Skip to content

Commit

Permalink
Consume MSI manifest shortname feature in workloads (#57270)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs committed Aug 12, 2021
1 parent 31097fb commit cebf9cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/workloads/workloads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
OutputPath="$(OutputPath)"
MsiVersion="$(MsiVersion)"
WixToolsetPath="$(WixToolsetPath)"
WorkloadManifestPackage="%(ManifestPackages.Identity)" >
WorkloadManifestPackage="%(ManifestPackages.Identity)"
ShortNames="@(ShortNames)" >
<Output TaskParameter="Msis" ItemName="ManifestMsis" />
</GenerateManifestMsi>

Expand Down

0 comments on commit cebf9cf

Please sign in to comment.