Update dotnet.yml

This commit is contained in:
wo80
2022-03-05 22:34:20 +01:00
committed by GitHub
parent 82e6f8be15
commit 89d95a9e25
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore Triangle.sln
working-directory: ./src
- name: Build
run: dotnet build Triangle.sln --no-restore --configuration Release