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 0211fdb commit 3940147Copy full SHA for 3940147
.github/workflows/dotnet.yml
@@ -22,6 +22,6 @@ jobs:
22
6.0.x
23
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
24
- name: Build
25
- run: dotnet build --consoleloggerparameters:NoSummary
+ run: dotnet build --consoleloggerparameters:NoSummary --warnAsError
26
- name: Test
27
run: dotnet test --no-build --logger GitHubActions
0 commit comments