Skip to content

Commit 62003d7

Browse files
committed
GA: Install nuget
1 parent f10169f commit 62003d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Build & package with dotnet
1717
run: dotnet pack --configuration Release
1818

19+
- name: Setup NuGet.exe for use with actions
20+
uses: NuGet/[email protected]
21+
1922
- name: Add private GitHub registry to NuGet
2023
run: nuget sources add -name "github" -Source https://nuget.pkg.github.com/pmiossec/index.json -Username pmiossec -Password ${{ secrets.GITHUB_TOKEN }}
2124

0 commit comments

Comments
 (0)