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.
1 parent ba82573 commit 21cc8ecCopy full SHA for 21cc8ec
.github/workflows/publish-package.yml
@@ -22,6 +22,6 @@ jobs:
22
6.0.x
23
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
24
- name: Release
25
- run: dotnet build packaging --configuration release
+ run: dotnet build packaging --configuration Release
26
- name: Publish
27
run: dotnet nuget push "packaging/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.FEED_UPLOAD_TOKEN }} --source "https://nuget.pkg.github.com/dotnet/index.json"
0 commit comments