We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faeb4f commit 40f5c17Copy full SHA for 40f5c17
.github/workflows/build.yml
@@ -51,11 +51,6 @@ jobs:
51
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
52
id: setup-dotnet
53
54
- - name: Setup NuGet
55
- uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
56
- with:
57
- nuget-version: '5.11.0'
58
-
59
# Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over
60
# build numbers every day like Azure DevOps does. To balance these two requirements, set the official
61
# build ID to be the same format as the built-in default from Arcade, except with the revision number
0 commit comments