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 67e1c4f commit 0354edcCopy full SHA for 0354edc
.github/workflows/build.yml
@@ -288,7 +288,8 @@ jobs:
288
- name: Push packages (main)
289
if: ${{ github.ref == 'refs/heads/main' }}
290
run: |
291
- dotnet nuget update source LabsFeed `
+ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json `
292
+ --name LabsFeed `
293
--username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }}
294
dotnet nuget push "**/*.nupkg" --api-key dummy --source LabsFeed --skip-duplicate
295
0 commit comments