From bc14c2de07b380e4e6fc14950107828474c5e043 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 18 Aug 2023 11:33:10 -0400 Subject: [PATCH] Remove extra restore step in `tgs-deploy` job --- .github/workflows/ci-pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 9450a014a1e..0139ecf6e50 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -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