Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <[email protected]>
  • Loading branch information
Johannes Tuerk committed Dec 8, 2023
1 parent 33ea498 commit f01d9ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

env:
BUILD_CONFIG: 'Release'
SOLUTION: 'Hyperledger.Aries.sln'
SOLUTION: '../../src/Hyperledger.Aries.sln'

runs-on: ubuntu-latest

Expand All @@ -37,5 +37,5 @@ jobs:
#- name: Run tests
#run: dotnet test /p:Configuration=$env:BUILD_CONFIG --no-restore --no-build --verbosity normal

- name: Publish
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
#- name: Publish
#run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}

0 comments on commit f01d9ea

Please sign in to comment.