Skip to content

Commit

Permalink
chore: Disable nuget checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Oct 9, 2024
1 parent 2b2f2f9 commit 7e3285f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
<!-- Workaround for https://github.com/dotnet/runtime/issues/103205 -->
<NoWarn>$(NoWarn);CS0436</NoWarn>

<!-- Disable checks as we're on a release branch -->
<NoWarn>$(NoWarn);NU1903</NoWarn>

<!-- On CI, UWP source is generated in a job running on Windows (CRLF EOLs). -->
<!-- When the artifacts are downloaded in a job running on Linux, IDE0055 will complain (expecting LF EOLs) -->
<!-- For now, we skip formatting in CI UWP builds not running on Windows -->
Expand Down

0 comments on commit 7e3285f

Please sign in to comment.