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 ce6c697 commit 1892969Copy full SHA for 1892969
.github/workflows/dotnet.yml
@@ -31,6 +31,8 @@ jobs:
31
dotnet-version: 3.0.100
32
- name: Pack
33
run: dotnet pack -c Release --version-suffix preview-${{ github.sha }}
34
+ - name: Install NuGet
35
+ run: choco install nuget.commandline
36
- name: Add NuGet source
37
run: nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/mysql-net/index.json" -UserName bgrainger -Password ${{ secrets.GITHUB_TOKEN }}
38
- name: Publish to GPR
0 commit comments