Skip to content

Commit 40f5c17

Browse files
Remove unused action
Remove unused setup action for NuGet.
1 parent 0faeb4f commit 40f5c17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
5252
id: setup-dotnet
5353

54-
- name: Setup NuGet
55-
uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
56-
with:
57-
nuget-version: '5.11.0'
58-
5954
# Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over
6055
# build numbers every day like Azure DevOps does. To balance these two requirements, set the official
6156
# build ID to be the same format as the built-in default from Arcade, except with the revision number

0 commit comments

Comments
 (0)