|
<Target Name="_GenerateMsiVersionString"> |
.NET workload manifests need a way to generate correct msi versions but can't easily use the current _GenerateMsiVersionString wix target so we've had to duplicate the target in:
We'd like to get rid of that duplication and use shared code
cc @steveisok @joeloff @mmitche
arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/wix.targets
Line 46 in dfb902f
.NET workload manifests need a way to generate correct msi versions but can't easily use the current _GenerateMsiVersionString wix target so we've had to duplicate the target in:
We'd like to get rid of that duplication and use shared code
cc @steveisok @joeloff @mmitche