Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henalbrod authored Sep 19, 2019
1 parent c98cc1e commit 25a394a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,31 +51,3 @@ jobs:
run: |
dotnet restore examples/Examples.ServerSide -s $HOME -s https://api.nuget.org/v3/index.json
dotnet build examples/Examples.ServerSide
- name: Setup Nuget.exe
uses: warrenbuckley/Setup-Nuget@v1

- name: Add GPR Source
env: # Or as an environment variable
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/henalbrod/index.json -Username henalbrod -Password $GITHUB_TOKEN


- name: Publish Blazor-Auth0-Shared Nuget package.
continue-on-error: true
run: |
nuget push $HOME/Blazor-Auth0-Shared*.nupkg -Source "GPR" -SkipDuplicate
- name: Publish Blazor-Auth0-ClientSide Nuget package.
continue-on-error: true
run: |
nuget push $HOME/Blazor-Auth0-ClientSide*.nupkg -Source "GPR" -SkipDuplicate
- name: Publish Blazor-Auth0-ServerSide Nuget package.
continue-on-error: true
run: |
nuget push $HOME/Blazor-Auth0-ServerSide*.nupkg -Source "GPR" -SkipDuplicate

0 comments on commit 25a394a

Please sign in to comment.