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 58bbd72 + c23c39c commit 8b7cd49Copy full SHA for 8b7cd49
.github/workflows/deploy.yml
@@ -13,8 +13,9 @@ jobs:
13
- uses: actions/setup-dotnet@v1
14
with:
15
dotnet-version: '2.2.x'
16
- - run: dotnet build Bandwidth.Standard
17
- - run: dotnet pack --configuration Release Bandwidth.Standard
+# - run: dotnet build Bandwidth.Standard
+ - name: Pack NuGet package
18
+ run: dotnet pack --configuration Release Bandwidth.Standard
19
- name: Publish NuGet package
20
env:
21
NUGET_KEY: ${{ secrets.NUGET_KEY }}
0 commit comments