Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Aug 16, 2022
1 parent 681b925 commit 94e0d27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Tests won't run without this, at least on OSX, see https://github.com/NuGet/Home/issues/4837#issuecomment-354536302 -->
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateProgramFile>false</GenerateProgramFile>
<OtherFlags>$(OtherFlags) --warnon:1182 --nowarn:44</OtherFlags>
<OtherFlags>$(OtherFlags) --nowarn:44</OtherFlags>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\paket-files\fsprojects\FSharp.TypeProviders.SDK\tests\ProvidedTypesTesting.fs">
Expand Down

0 comments on commit 94e0d27

Please sign in to comment.