We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0671a commit aab69e8Copy full SHA for aab69e8
src/PollinationSDK/PollinationSDK.csproj
@@ -16,7 +16,7 @@
16
<NoWarn>0472;0108</NoWarn>
17
</PropertyGroup>
18
19
- <PropertyGroup Condition="'$(Configuration)'=='Release'">
+ <PropertyGroup Condition="$(Configuration.StartsWith(`Release`))">
20
<DebugType>none</DebugType>
21
<DebugSymbols>false</DebugSymbols>
22
0 commit comments