Skip to content

Commit 668e4c2

Browse files
committed
Treat warnings as errors in CI.
1 parent 20ecd4f commit 668e4c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Build
7575
run: >
7676
dotnet build --no-restore -c Release
77+
-p:TreatWarningsAsErrors=true
7778
-p:PackageOutputPath=${{ runner.temp }}\dist
7879
7980
- name: Test

0 commit comments

Comments
 (0)