We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc4641 commit 2011e55Copy full SHA for 2011e55
src/redist/targets/GenerateMSIs.targets
@@ -24,7 +24,7 @@
24
</PropertyGroup>
25
26
<PropertyGroup>
27
- <ArtifactNameWithVersionDotnetCoreUninstall>dotnet-core-uninstall-$(Version)</ArtifactNameWithVersionDotnetCoreUninstall>
+ <ArtifactNameWithVersionDotnetCoreUninstall>dotnet-core-uninstall</ArtifactNameWithVersionDotnetCoreUninstall>
28
<DotnetCoreUninstallMSIInstallerFile>$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionDotnetCoreUninstall)$(InstallerExtension)</DotnetCoreUninstallMSIInstallerFile>
29
30
</Target>
0 commit comments