diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f582c68904..cc142b4448 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -239,6 +239,9 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" + - name: Restore + run: dotnet restore + - name: Build run: dotnet build -c ${{ matrix.configuration }}NoWindows @@ -279,6 +282,9 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" + - name: Restore + run: dotnet restore + - name: Build run: dotnet build -c ${{ matrix.configuration }} @@ -399,6 +405,9 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" + - name: Restore + run: dotnet restore + - name: Build run: dotnet build -c ${{ matrix.configuration }} tests/Tgstation.Server.Tests/Tgstation.Server.Tests.csproj @@ -561,6 +570,9 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" + - name: Restore + run: dotnet restore + - name: Build run: dotnet build -c ${{ matrix.configuration }}NoWindows tests/Tgstation.Server.Tests/Tgstation.Server.Tests.csproj @@ -1093,6 +1105,9 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" + - name: Restore + run: dotnet restore + - name: Build ReleaseNotes run: dotnet build -c Release tools/ReleaseNotes/ReleaseNotes.csproj @@ -1254,6 +1269,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Restore + run: dotnet restore + - name: Build ReleaseNotes run: dotnet build -c Release tools/ReleaseNotes/ReleaseNotes.csproj @@ -1274,6 +1292,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Restore + run: dotnet restore + - name: Build ReleaseNotes run: dotnet build -c Release tools/ReleaseNotes/ReleaseNotes.csproj