Update dotnet.yml

This commit is contained in:
2024-09-04 17:28:52 -04:00
committed by GitHub
parent a2b7665e42
commit 047260c1b9

View File

@@ -23,6 +23,6 @@ jobs:
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build -f net8.0 --no-restore
- name: Test - name: Test
run: dotnet test --no-build --verbosity normal run: dotnet test -f net8.0 --no-build --verbosity normal