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.
rel/*
main
1 parent 58ac747 commit c814f73Copy full SHA for c814f73
.github/workflows/build.yml
@@ -302,7 +302,7 @@ jobs:
302
dotnet nuget push "*.nupkg" --api-key dummy --source PullRequests --skip-duplicate
303
304
- name: Push packages (main)
305
- if: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel/')) && env.HAS_BUILDABLE_COMPONENTS == 'true' }}
+ if: ${{ github.ref == 'refs/heads/main' && env.HAS_BUILDABLE_COMPONENTS == 'true' }}
306
run: |
307
dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json `
308
--name LabsFeed `
0 commit comments