Skip to content

Commit

Permalink
Another attempt to not treat NuGet audit warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 13, 2024
1 parent 863080e commit 4f8ef5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dotnet-version: '8.0.x'
- name: Build
run: |
dotnet build -c Release -warnaserror /p:TreatWarningsAsErrors=true /p:RunAnalyzers=true
dotnet build -c Release -warnaserror /p:TreatWarningsAsErrors=true /p:RunAnalyzers=true /p:NoWarn=NU1901%3BNU1902%3BNU1903%3BNU1904
- name: Unit Tests
run: |
dotnet test -c Release --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj
Expand Down

0 comments on commit 4f8ef5f

Please sign in to comment.