Make ANCM Msis include version in name (#13968)
* Make ANCM Msis include version * Update AncmIISExpressV2.wixproj * Update AncmV2.wixproj * Try doing fancy stuff * Trying to change PackageFileName instead
This commit is contained in:
parent
5f08e65702
commit
28b66b1dbd
|
|
@ -67,6 +67,6 @@
|
|||
<Import Project="..\build\settings.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageFileName>$(TargetName)$(TargetExt)</PackageFileName>
|
||||
<PackageFileName>$(TargetName)_$(PackageVersion)$(TargetExt)</PackageFileName>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@
|
|||
<Import Project="..\build\settings.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageFileName>$(TargetName)$(TargetExt)</PackageFileName>
|
||||
<PackageFileName>$(TargetName)_$(PackageVersion)$(TargetExt)</PackageFileName>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue