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 f3f2f5a + e06f03b commit 154d83fCopy full SHA for 154d83f
.github/workflows/deploy.yml
@@ -15,6 +15,7 @@ jobs:
15
dotnet-version: '2.2.x'
16
- run: dotnet build Bandwidth.Standard
17
- run: dotnet pack --configuration Release Bandwidth.Standard
18
+ - name: Publish NuGet package
19
env:
20
NUGET_KEY: ${{ secrets.NUGET_KEY }}
- - run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -s https://apiint.nugettest.org/v3/index.json -k $NUGET_KEY
21
+ run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -s https://apiint.nugettest.org/v3/index.json -k $NUGET_KEY
0 commit comments