Update dotnet.yml

This commit is contained in:
Dmitri Shimanski
2025-03-19 14:32:55 +02:00
committed by GitHub
parent ee9565ea6d
commit 26ec732a38

View File

@@ -20,6 +20,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore /p:TreatWarningsAsErrors=false
- name: Test
run: dotnet test --no-build --verbosity normal