Merge pull request #10241 from aspnet/joeloff/SetupAssets
Publish the shared framework MSI to artifacts
This commit is contained in:
commit
d83bb8efa2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue