Skip to content

Commit

Permalink
adjust release mode in unitest project
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Nov 6, 2024
1 parent ae48a20 commit 6246456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnitTestJfrogVSExtension/UnitTestJfrogVSExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down

0 comments on commit 6246456

Please sign in to comment.