Skip to content

Commit

Permalink
Remove unused action
Browse files Browse the repository at this point in the history
Remove unused setup action for NuGet.
  • Loading branch information
martincostello authored Nov 4, 2024
1 parent 0faeb4f commit 40f5c17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
id: setup-dotnet

- name: Setup NuGet
uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
with:
nuget-version: '5.11.0'

# Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over
# build numbers every day like Azure DevOps does. To balance these two requirements, set the official
# build ID to be the same format as the built-in default from Arcade, except with the revision number
Expand Down

0 comments on commit 40f5c17

Please sign in to comment.