Skip to content

Commit 58bbd72

Browse files
authored
Merge pull request #24 from hamermike/test/pr
Revert "changes"
2 parents c3cb881 + a66f3fb commit 58bbd72

File tree

8 files changed

+2704
-7
lines changed

8 files changed

+2704
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ jobs:
1313
- uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: '2.2.x'
16-
- name: Build project
17-
run: dotnet build -c Bandwidth.Standard
18-
- name: Package project
19-
run: dotnet pack -c Release Bandwidth.Standard
20-
- name: Push package
16+
- run: dotnet build Bandwidth.Standard
17+
- run: dotnet pack --configuration Release Bandwidth.Standard
18+
- name: Publish NuGet package
2119
env:
22-
NUGET_SOURCE: https://apiint.nugettest.org/v3/index.json
2320
NUGET_KEY: ${{ secrets.NUGET_KEY }}
24-
run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -s $SOURCE -k $NUGET_KEY
21+
run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -s https://apiint.nugettest.org/v3/index.json -k $NUGET_KEY
73.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)