Skip to content

Commit 1da1b1a

Browse files
authored
Remove GPR from Build Pipeline (#132)
#131 non-breaking
1 parent 24532a0 commit 1da1b1a

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,6 @@ jobs:
2929
with:
3030
name: artifacts
3131
path: ./artifacts
32-
publish-github:
33-
runs-on: ubuntu-latest
34-
needs: [ build ]
35-
env:
36-
DOTNET_CLI_TELEMETRY_OPTOUT: 1
37-
steps:
38-
- uses: actions/checkout@v1
39-
- name: Setup .NET Core
40-
uses: actions/setup-dotnet@v1
41-
with:
42-
dotnet-version: 3.1.100
43-
source-url: https://nuget.pkg.github.com/sharpbrick/index.json
44-
env:
45-
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
46-
- uses: actions/download-artifact@v1
47-
with:
48-
name: artifacts
49-
path: ./artifacts
50-
- name: Upload to GitHub Package Registry
51-
run: dotnet nuget push ./artifacts/**/*.nupkg --skip-duplicate -n true
5232
publish-nuget:
5333
if: github.event_name == 'release'
5434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)