Remove extra restore step in tgs-deploy job

This commit is contained in:
Jordan Dominion
2023-08-18 11:33:10 -04:00
parent a165d393f4
commit bc14c2de07
-2
View File
@@ -1421,8 +1421,6 @@ jobs:
dotnet tool restore
# We need to rebuild the installer.exe so it can be properly signed
- name: Restore
run: dotnet restore
- name: Build Host
run: dotnet build -c Release src/Tgstation.Server.Host/Tgstation.Server.Host.csproj