Skip to content

Commit 17e1053

Browse files
committed
Use non-stable packageVersion for vs.redist
1 parent 186187f commit 17e1053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Installers/Windows/SharedFramework/SharedFramework.wixproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<DefineConstants>$(DefineConstants);AspNetCoreSharedFrameworkSource=$(HarvestSource)</DefineConstants>
1919
<NamespaceGuid>$(SharedFrameworkNamespaceGuid)</NamespaceGuid>
2020
<ToolsetInstallerNuspecFile>$(RepositoryRoot)\src\Installers\Windows\SharedFramework\SharedFrameworkPackage.nuspec</ToolsetInstallerNuspecFile>
21+
<!-- Use non-stable versioning for this package, but keep the stable version in OutputName above -->
22+
<PackageVersion>$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
2123
</PropertyGroup>
2224

2325
<ItemGroup>

0 commit comments

Comments
 (0)