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.
2 parents 9dea3a1 + 8c0e21e commit 4947b43Copy full SHA for 4947b43
1 file changed
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
# The classic NuGet CLI is required because .nuspec files are not supported by `dotnet pack`.
43
- name: Install NuGet CLI
44
- run: sudo apt-get install -y nuget
+ uses: nuget/setup-nuget@v2
45
46
- name: Build
47
run: dotnet build -c:Release
0 commit comments