Skip to content

Commit

Permalink
Build patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M committed Jan 21, 2020
1 parent 2533e63 commit 8bc5f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPackRx/DPackRx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants Condition=" '$(BETA)' == 'true' ">$(DefineConstants);BETA</DefineConstants>
<DefineConstants Condition=" '$(BETA)' != '' ">$(DefineConstants);BETA</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit 8bc5f01

Please sign in to comment.