Kaynağa Gözat

Merge pull request #10241 from aspnet/joeloff/SetupAssets

Publish the shared framework MSI to artifacts
Jacques Eloff 6 yıl önce
ebeveyn
işleme
d83bb8efa2

+ 1 - 0
src/Installers/Windows/SharedFramework/SharedFramework.wixproj

@@ -15,6 +15,7 @@
     <HarvestDirectorySuppressSpecificWarnings>5150;5151</HarvestDirectorySuppressSpecificWarnings>
     <HarvestDirectorySuppressRegistry>true</HarvestDirectorySuppressRegistry>
     <HarvestSource>$(IntermediateOutputPath)fx\</HarvestSource>
+    <IsProductInstaller>true</IsProductInstaller>
     <DefineConstants>$(DefineConstants);AspNetCoreSharedFrameworkSource=$(HarvestSource)</DefineConstants>
     <NamespaceGuid>$(SharedFrameworkNamespaceGuid)</NamespaceGuid>
     <SchemaVersion>2.0</SchemaVersion>