diff --git a/Directory.Build.targets b/Directory.Build.targets
index 6ea2934354f7..93ea0bfa204f 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -79,7 +79,8 @@
- false
+
+ false
diff --git a/src/Installers/Windows/TargetingPack/TargetingPack.wixproj b/src/Installers/Windows/TargetingPack/TargetingPack.wixproj
index 4725496d0e13..7349f20e3f67 100644
--- a/src/Installers/Windows/TargetingPack/TargetingPack.wixproj
+++ b/src/Installers/Windows/TargetingPack/TargetingPack.wixproj
@@ -21,6 +21,8 @@
DDBB771F-963F-47D3-8510-9ABD04DBE1D1
2.0
$(RepoRoot)\src\Installers\Windows\TargetingPack\TargetingPackPackage.nuspec
+ $(TargetingPackVersionPrefix)
+ $(TargetingPackVersionPrefix)
@@ -61,7 +63,9 @@
$(InstallersOutputPath)
- $(TargetingPackHarvestRoot)aspnetcore-targeting-pack-$(PackageVersion).zip
+ $(TargetingPackVersionPrefix)
+ $(TargetingPackZipVersion)-$(VersionSuffix)
+ $(TargetingPackHarvestRoot)aspnetcore-targeting-pack-$(TargetingPackZipVersion).zip
diff --git a/src/Installers/Windows/Wix.targets b/src/Installers/Windows/Wix.targets
index c038754c8ffd..b4e443a29c47 100644
--- a/src/Installers/Windows/Wix.targets
+++ b/src/Installers/Windows/Wix.targets
@@ -4,7 +4,8 @@
<_FileRevisionVersion>$(VersionSuffixDateStamp)
<_FileRevisionVersion Condition=" '$(_FileRevisionVersion)' == '' ">42424
- $(AspNetCoreMajorMinorVersion).$(AspNetCorePatchVersion).$(_FileRevisionVersion)
+ $(BundleVersion).$(_FileRevisionVersion)
+ $(AspNetCoreMajorMinorVersion).$(AspNetCorePatchVersion).$(_FileRevisionVersion)
$(BundleVersion)