Skip to content

Commit

Permalink
Pack and push dependency package
Browse files Browse the repository at this point in the history
  • Loading branch information
boma96 committed Oct 29, 2024
1 parent 7a73607 commit b8113ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
dotnet-version: "6.x.x"
- run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/codaxy/index.json"
- run: dotnet pack src/6.0-JsonMergePatch.Document --configuration Release
- run: dotnet pack src/6.0-JsonMergePatch.NewtonsoftJson --configuration Release
# - run: dotnet test src/CxoTemplatedApis.sln --configuration Release
- run: dotnet nuget push src/6.0-JsonMergePatch.Document/bin/Release/*.nupkg --skip-duplicate --source github --api-key ${{ secrets.GITHUB_TOKEN }}
- run: dotnet nuget push src/6.0-JsonMergePatch.NewtonsoftJson/bin/Release/*.nupkg --skip-duplicate --source github --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b8113ff

Please sign in to comment.