From 54c3a056ce496f0342df23d733b8f508e38c7b1b Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 2 Jul 2023 07:28:50 -0400 Subject: [PATCH] Add missing `dotnet restore` to CI --- .github/workflows/ci-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index cc5b1d0156..6a53303a28 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -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