Skip to content

Commit

Permalink
Update Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
  • Loading branch information
kirankumarkolli and ealsur authored Aug 10, 2020
1 parent acedaca commit 51dbacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<IncludeSource>false</IncludeSource>
<RootNamespace>Microsoft.Azure.Cosmos</RootNamespace>
<NoWarn>NU5125</NoWarn>
<Optimize Condition="'$(Platform)'=='Release'">true</Optimize>
<Optimize Condition="'$(Configuration)'=='Release'">true</Optimize>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 51dbacc

Please sign in to comment.