Skip to content

Commit

Permalink
Re-enable package signing and pushing to myget
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Oct 5, 2024
1 parent c989a20 commit 496dd83
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/access-token-management-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env:
defaults:
run:
working-directory: access-token-management
shell: pwsh

jobs:
build:
Expand All @@ -40,11 +41,16 @@ jobs:
dotnet-version: |
8.0.x
- name: Build and Test
shell: pwsh
- name: Build and test
run: ./build.ps1

- name: Test Report
- name: Sign packages
run: ./build.ps1 sign

- name: Push packages to MyGet
run: dotnet nuget push artifacts\*.nupkg -s https://www.myget.org/F/duende_identityserver/api/v2/package -k ${{ secrets.MYGET }}

- name: Test report
id: test-report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
Expand Down

0 comments on commit 496dd83

Please sign in to comment.