Update dotnet.yml

This commit is contained in:
2024-09-09 12:49:28 -04:00
committed by GitHub
parent 939bfd7009
commit 912ab784a3

View File

@@ -21,8 +21,8 @@ jobs:
with: with:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore -p:TargetFramework=net8.0 run: dotnet restore
- name: Build - name: Build
run: dotnet build -f net8.0 --no-restore run: dotnet build --no-restore
- name: Test - name: Test
run: dotnet test -f net8.0 --no-build --verbosity normal run: dotnet test --no-build --verbosity normal