We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d901cd2 commit 78e077cCopy full SHA for 78e077c
.github/workflows/release_ci.yml
@@ -43,7 +43,7 @@ jobs:
43
# NuGetAudit is intentionally not disabled here like it is for other CI builds, because we need to address any
44
# vulnerable packages before releasing a new version.
45
run: |
46
- dotnet build -c Release -warnaserror /p:TreatWarningsAsErrors=false /p:RunAnalyzers=true -p:Version=${{ steps.get_version.outputs.VERSION }}
+ dotnet build -c Release -warnaserror /p:TreatWarningsAsErrors=true /p:RunAnalyzers=true /p:NoWarn=NU1902 -p:Version=${{ steps.get_version.outputs.VERSION }}
47
- name: Unit Tests
48
49
dotnet test -c Release --no-build ./test/OrchardCore.Tests/OrchardCore.Tests.csproj
0 commit comments