Skip to content

Commit 1892969

Browse files
committed
Install NuGet.
1 parent ce6c697 commit 1892969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
dotnet-version: 3.0.100
3232
- name: Pack
3333
run: dotnet pack -c Release --version-suffix preview-${{ github.sha }}
34+
- name: Install NuGet
35+
run: choco install nuget.commandline
3436
- name: Add NuGet source
3537
run: nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/mysql-net/index.json" -UserName bgrainger -Password ${{ secrets.GITHUB_TOKEN }}
3638
- name: Publish to GPR

0 commit comments

Comments
 (0)