diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ae3b13a9eb..8f423c97fc 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -94,9 +94,6 @@ jobs: await delay(5000); } - - name: Restore - run: dotnet restore - - name: Build ReleaseNotes run: dotnet publish -c Release -p:TGS_HOST_NO_WEBPANEL=true -o release_notes_bins tools/Tgstation.Server.ReleaseNotes/Tgstation.Server.ReleaseNotes.csproj @@ -350,11 +347,6 @@ jobs: git checkout ${{ matrix.committish }} git submodule update --init --recursive - - name: Restore OpenDream - run: | - cd $HOME/OpenDream - dotnet restore - - name: Build OpenDream run: | cd $HOME/OpenDream/OpenDreamPackageTool @@ -632,9 +624,6 @@ jobs: await delay(5000); } - - name: Restore - run: dotnet restore - - name: Enable Corepack run: corepack enable @@ -722,9 +711,6 @@ jobs: await delay(5000); } - - name: Restore - run: dotnet restore - - name: Enable Corepack run: corepack enable @@ -889,9 +875,6 @@ jobs: await delay(5000); } - - name: Restore - run: dotnet restore - - name: Enable Corepack run: corepack enable @@ -1146,9 +1129,6 @@ jobs: await delay(5000); } - - name: Restore - run: dotnet restore - - name: Enable Corepack run: corepack enable @@ -1750,9 +1730,6 @@ jobs: - name: Validate winget Manifest run: winget validate --manifest build/package/winget/manifest - - name: Restore - run: dotnet restore - - name: Enable Corepack run: corepack enable @@ -2085,9 +2062,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Restore - run: dotnet restore - - name: Grab Most Recent Changelog run: curl -L https://raw.githubusercontent.com/tgstation/tgstation-server/gh-pages/changelog.yml -o changelog.yml @@ -2167,9 +2141,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Restore - run: dotnet restore - - name: Restore Wix dotnet Tool run: | cd build/package/winget diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index 5feff359c7..9729a2120d 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -76,9 +76,6 @@ jobs: with: ref: refs/pull/${{ github.event.pull_request.number }}/merge - - name: Restore - run: dotnet restore - - name: Build ReleaseNotes run: dotnet publish -c Release -p:TGS_HOST_NO_WEBPANEL=true -o release_notes_bins tools/Tgstation.Server.ReleaseNotes/Tgstation.Server.ReleaseNotes.csproj diff --git a/.github/workflows/stable-merge.yml b/.github/workflows/stable-merge.yml index 2a9a6eb726..509c9e85c5 100644 --- a/.github/workflows/stable-merge.yml +++ b/.github/workflows/stable-merge.yml @@ -26,11 +26,6 @@ jobs: with: path: temp_workspace - - name: Restore - run: | - cd temp_workspace - dotnet restore - - name: Build ReleaseNotes run: | cd temp_workspace diff --git a/.github/workflows/update-ss13-org-mirror.yml b/.github/workflows/update-ss13-org-mirror.yml index cbac03119b..f6562220f7 100644 --- a/.github/workflows/update-ss13-org-mirror.yml +++ b/.github/workflows/update-ss13-org-mirror.yml @@ -32,11 +32,6 @@ jobs: with: path: temp_workspace - - name: Restore - run: | - cd temp_workspace - dotnet restore - - name: Build ReleaseNotes run: | cd temp_workspace @@ -58,9 +53,6 @@ jobs: fetch-tags: true token: ${{ env.INSTALLATION_TOKEN }} - - name: Restore - run: dotnet restore - - name: Build ReleaseNotes run: dotnet build -c Release -p:TGS_HOST_NO_WEBPANEL=true tools/Tgstation.Server.ReleaseNotes/Tgstation.Server.ReleaseNotes.csproj diff --git a/build/package/deb/debian/rules b/build/package/deb/debian/rules index 7a13e96dd2..cbd846c2da 100755 --- a/build/package/deb/debian/rules +++ b/build/package/deb/debian/rules @@ -10,7 +10,6 @@ override_dh_auto_clean: dotnet clean -c ReleaseNoWindows override_dh_auto_build: - dotnet restore cd src/Tgstation.Server.Host.Console && dotnet publish -c Release -o ../../artifacts cd src/Tgstation.Server.Host && dotnet publish -c Release -o ../../artifacts/lib/Default rm artifacts/lib/Default/appsettings.yml