Skip to content

Commit a449dc9

Browse files
authored
[ci] Publish VS workload zips (#9870) (#9882)
Context: xamarin/yaml-templates@96d7858 Adds the VS manifest zips needed by the workload versions VS insertion pipeline to Maestro publishing. The first update to VS that includes these changes will have to be done manually, as the manifest names are also changing to work with the new pipeline.
1 parent 2e81a04 commit a449dc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-tools/create-packs/Directory.Build.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173

174174
<ItemGroup>
175175
<ItemsToPush Include="$(OutputPath)*.nupkg" />
176+
<WorkloadArtifacts Include="$(OutputPath)*.zip" />
177+
<ItemsToPush Include="@(WorkloadArtifacts)" PublishFlatContainer="true" RelativeBlobPath="android/$(AndroidPackVersionLong)/%(Filename)%(Extension)" />
176178
</ItemGroup>
177179

178180
<Error Condition="'@(ItemsToPush)' == ''" Text="No packages to push." />

build-tools/create-packs/vs-workload.in.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<TargetName>Microsoft.NET.Sdk.Android.Workload.@VSMAN_VERSION@</TargetName>
4+
<TargetName>android.@VSMAN_VERSION@</TargetName>
55
<ManifestBuildVersion>@WORKLOAD_VERSION@</ManifestBuildVersion>
66
<EnableSideBySideManifests>true</EnableSideBySideManifests>
77
<UseVisualStudioComponentPrefix>false</UseVisualStudioComponentPrefix>

0 commit comments

Comments
 (0)