Skip to content

Commit 3940147

Browse files
Enable warnAsError in CI build (#183)
Let's not have warnings!
1 parent 0211fdb commit 3940147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
6.0.x
2323
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
2424
- name: Build
25-
run: dotnet build --consoleloggerparameters:NoSummary
25+
run: dotnet build --consoleloggerparameters:NoSummary --warnAsError
2626
- name: Test
2727
run: dotnet test --no-build --logger GitHubActions

0 commit comments

Comments
 (0)