We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935ac77 commit a1b1d84Copy full SHA for a1b1d84
.github/workflows/dotnet.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install vpk
42
run: dotnet tool install -g vpk
43
- name: Restore dependencies
44
- run: dotnet restore
+ run: nuget restore
45
- name: Build
46
run: dotnet build --no-restore -c Release
47
- name: Initialize Service
0 commit comments