From c0dbbbf88422893fb28547b0e5fac9b0948d53c8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 14 Oct 2024 10:15:55 -0400 Subject: [PATCH] Update main.yml Remove nuget restore command --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4e0e29911..9156d24ebc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -122,12 +122,6 @@ jobs: GIT_USER_EMAIL: ${{ github.event.head_commit.author.email }} NEW_VERSION_NUM: ${{ steps.semantic_version.outputs.version_num }} - - name: Run NuGet restore - id: run_nuget_restore - shell: pwsh - run: | - nuget restore $env:SOLUTION_PATH - - name: Run .NET restore shell: pwsh run: |