Nullable warnings are now errors.

This commit is contained in:
Pieter-Jan Briers
2020-06-12 18:29:47 +02:00
committed by GitHub
parent 3d922749d9
commit 48d9ffa78b

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors=nullable
- name: Content.Tests
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
- name: Content.IntegrationTests