Skip to content

Commit 8ee00e0

Browse files
authored
Revert "[ci] Fix naming of workloads (#28742)" (#28754)
This reverts commit a6bc852.
1 parent a6bc852 commit 8ee00e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Workload/workloads.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@
144144
<ItemGroup>
145145
<SwixWorkloadPackProjects Include="@(SwixProjects)" Condition=" '%(PackageType)' == 'msi-pack' "
146146
ManifestOutputPath="$(PackManifestOutputPath)"
147-
ZipFile="Workload.VSDrop.$(TargetName).packs.zip" />
147+
ZipFile="Workload.VSDrop.$(TargetName).$(ManifestBuildVersion).packs.zip" />
148148
<SwixComponentsAndManifests Include="@(SwixProjects)" Condition=" '%(PackageType)' == 'msi-manifest' or '%(PackageType)' == 'manifest-package-group' or ('%(PackageType)' == 'component' and '%(IsPreview)' != 'true') "
149149
ManifestOutputPath="$(ManifestOutputPath)"
150-
ZipFile="Workload.VSDrop.$(TargetName).components.zip"/>
150+
ZipFile="Workload.VSDrop.$(TargetName).$(ManifestBuildVersion).components.zip"/>
151151
<SwixPreviewComponentsAndManifests Include="@(SwixProjects)" Condition=" '%(PackageType)' == 'msi-manifest' or '%(PackageType)' == 'manifest-package-group' or ('%(PackageType)' == 'component' and '%(IsPreview)' == 'true') "
152152
ManifestOutputPath="$(PreviewManifestOutputPath)"
153-
ZipFile="Workload.VSDrop.$(TargetName)-pre.components.zip"/>
153+
ZipFile="Workload.VSDrop.$(TargetName).$(ManifestBuildVersion)-pre.components.zip"/>
154154
<PartitionedSwixProjects Include="@(SwixWorkloadPackProjects);@(SwixComponentsAndManifests);@(SwixPreviewComponentsAndManifests)" />
155155
</ItemGroup>
156156

0 commit comments

Comments
 (0)