try nuget restore

This commit is contained in:
Hongtao Zhang 2025-03-27 11:57:49 -05:00
parent 935ac77a09
commit a1b1d84a8a

View file

@ -41,7 +41,7 @@ jobs:
- name: Install vpk
run: dotnet tool install -g vpk
- name: Restore dependencies
run: dotnet restore
run: nuget restore
- name: Build
run: dotnet build --no-restore -c Release
- name: Initialize Service