Skip to content

Commit

Permalink
[vs-insertion] Push packs to "shipping" feed (#2440)
Browse files Browse the repository at this point in the history
Context: xamarin/yaml-templates#134

The .NET 6 packs will now also be pushed to a public xamarin
`net6-maui-shipping` feed during the `VS Insertion` stage, to
help with testing efforts that can't use the `dotnet6` feed.
  • Loading branch information
pjcollins committed Sep 10, 2021
1 parent 32033d9 commit 23c91d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,8 @@ stages:
**/signed/*.nupkg
**/*.snupkg
**/additional-assets.zip
pushToShippingFeed: true
nupkgArtifactName: nuget
nupkgArtifactPatterns: |
**/signed/*.nupkg
msiNupkgArtifactName: vs-msi-nugets

0 comments on commit 23c91d9

Please sign in to comment.