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: |