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 f26d563 commit 935ac77Copy full SHA for 935ac77
.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 --locked-mode
+ run: dotnet restore
45
- name: Build
46
run: dotnet build --no-restore -c Release
47
- name: Initialize Service
0 commit comments