Skip to content

Commit 2011e55

Browse files
authored
Windows: Remove version from .msi (#384)
1 parent cfc4641 commit 2011e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redist/targets/GenerateMSIs.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<PropertyGroup>
27-
<ArtifactNameWithVersionDotnetCoreUninstall>dotnet-core-uninstall-$(Version)</ArtifactNameWithVersionDotnetCoreUninstall>
27+
<ArtifactNameWithVersionDotnetCoreUninstall>dotnet-core-uninstall</ArtifactNameWithVersionDotnetCoreUninstall>
2828
<DotnetCoreUninstallMSIInstallerFile>$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionDotnetCoreUninstall)$(InstallerExtension)</DotnetCoreUninstallMSIInstallerFile>
2929
</PropertyGroup>
3030
</Target>

0 commit comments

Comments
 (0)