Skip to content

Commit cebf9cf

Browse files
authored
Consume MSI manifest shortname feature in workloads (#57270)
1 parent 31097fb commit cebf9cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/workloads/workloads.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
OutputPath="$(OutputPath)"
108108
MsiVersion="$(MsiVersion)"
109109
WixToolsetPath="$(WixToolsetPath)"
110-
WorkloadManifestPackage="%(ManifestPackages.Identity)" >
110+
WorkloadManifestPackage="%(ManifestPackages.Identity)"
111+
ShortNames="@(ShortNames)" >
111112
<Output TaskParameter="Msis" ItemName="ManifestMsis" />
112113
</GenerateManifestMsi>
113114

0 commit comments

Comments
 (0)