Skip to content

Commit

Permalink
fix(ci): suppressed nuget warning about preview packages for the auto…
Browse files Browse the repository at this point in the history
…mate sdk (#3224)

suppressed nuget warning about preview packages for the automate sdk
  • Loading branch information
JR-Morgan authored Mar 14, 2024
1 parent ec1191f commit 7a4278f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Automate/Speckle.Automate.Sdk/Speckle.Automate.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<PropertyGroup Condition="'$(IsDesktopBuild)' == false">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>$(WarningsNotAsErrors);NU5104</WarningsNotAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a4278f

Please sign in to comment.