We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ecd4f commit 668e4c2Copy full SHA for 668e4c2
1 file changed
.github/workflows/build.yaml
@@ -74,6 +74,7 @@ jobs:
74
- name: Build
75
run: >
76
dotnet build --no-restore -c Release
77
+ -p:TreatWarningsAsErrors=true
78
-p:PackageOutputPath=${{ runner.temp }}\dist
79
80
- name: Test
0 commit comments