Skip to content

Commit aab69e8

Browse files
committed
fix(csproj): improve csproj
1 parent 4d0671a commit aab69e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PollinationSDK/PollinationSDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<NoWarn>0472;0108</NoWarn>
1717
</PropertyGroup>
1818

19-
<PropertyGroup Condition="'$(Configuration)'=='Release'">
19+
<PropertyGroup Condition="$(Configuration.StartsWith(`Release`))">
2020
<DebugType>none</DebugType>
2121
<DebugSymbols>false</DebugSymbols>
2222
</PropertyGroup>

0 commit comments

Comments
 (0)