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 5c7b1c7 commit b924debCopy full SHA for b924deb
src/installer/pkg/projects/Microsoft.NETCore.DotNetHost/Microsoft.NETCore.DotNetHost.pkgproj
@@ -15,6 +15,7 @@
15
<WixProductMoniker>$(SharedHostBrandName)</WixProductMoniker>
16
<RegKeyProductName>sharedhost</RegKeyProductName>
17
<WixDependencyKeyName>Dotnet_CLI_SharedHost</WixDependencyKeyName>
18
+ <MajorUpgradeSchedule>afterInstallExecute</MajorUpgradeSchedule>
19
<VSInsertionShortComponentName>SharedHost</VSInsertionShortComponentName>
20
21
<PublishRootDir>$(IntermediateOutputPath)publishRoot/</PublishRootDir>
0 commit comments