Skip to content

Commit c23c39c

Browse files
committed
Remove build
1 parent a66f3fb commit c23c39c

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)