Skip to content

Commit

Permalink
fix(csproj): improve csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Mar 26, 2024
1 parent 4d0671a commit aab69e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PollinationSDK/PollinationSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NoWarn>0472;0108</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<PropertyGroup Condition="$(Configuration.StartsWith(`Release`))">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
Expand Down

0 comments on commit aab69e8

Please sign in to comment.