Skip to content

Commit 8b7cd49

Browse files
authored
Merge pull request #25 from hamermike/test/pr
Remove build
2 parents 58bbd72 + c23c39c commit 8b7cd49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ 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
16+
# - run: dotnet build Bandwidth.Standard
17+
- name: Pack NuGet package
18+
run: dotnet pack --configuration Release Bandwidth.Standard
1819
- name: Publish NuGet package
1920
env:
2021
NUGET_KEY: ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)