Update dev_pr.yml

This commit is contained in:
2024-11-02 18:40:53 +01:00
committed by GitHub
Unverified
parent ad9fa4fe19
commit 95b271c9f1

View File

@@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore WatchIt.slnx
- name: Build
run: dotnet build --no-restore
- name: Test