Skip to content

Commit 21cc8ec

Browse files
authored
Fix configuration typo in build pipeline (#163)
1 parent ba82573 commit 21cc8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
6.0.x
2323
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
2424
- name: Release
25-
run: dotnet build packaging --configuration release
25+
run: dotnet build packaging --configuration Release
2626
- name: Publish
2727
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

Comments
 (0)