Add missing dotnet restore to CI

This commit is contained in:
Jordan Dominion
2023-07-02 07:28:50 -04:00
parent 352a65a1d1
commit 54c3a056ce
+3
View File
@@ -989,6 +989,9 @@ jobs:
- name: Validate winget Manifest
run: winget validate --manifest build/package/winget/manifest
- name: Restore
run: dotnet restore
- name: Build Service
run: dotnet build -c Release src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj