Skip to content

Commit c3cb881

Browse files
authored
Merge pull request #23 from hamermike/test/pr
changes
2 parents 154d83f + e498a23 commit c3cb881

File tree

8 files changed

+7
-2704
lines changed

8 files changed

+7
-2704
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)