We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a3e1 commit 872560cCopy full SHA for 872560c
Directory.Build.props
@@ -10,7 +10,7 @@
10
<IsPackable>false</IsPackable>
11
</PropertyGroup>
12
13
- <PropertyGroup Condition="'$(Configuration)'=='Release'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
14
<DebugType>none</DebugType>
15
<DebugSymbols>false</DebugSymbols>
16
<OptimizationPreference>Size</OptimizationPreference>
0 commit comments