Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Remove nuget restore command
  • Loading branch information
jstedfast authored Oct 14, 2024
1 parent 66a5590 commit c0dbbbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c0dbbbf

Please sign in to comment.