We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3fef34 + 9b86b3a commit 8a37b19Copy full SHA for 8a37b19
.github/workflows/publish-package.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Release
26
run: dotnet build --configuration release
27
- name: Publish
28
- run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }}
+ run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/rainersigwald/index.json"
0 commit comments