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 f4cedc2 + 0354edc commit ee75bd9Copy full SHA for ee75bd9
.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