Publish singlefilehost on Linux,Osx,FreeBSD
authorSwaroop Sridhar <swaroop.sridhar@microsoft.com>
Fri, 29 May 2020 07:09:42 +0000 (00:09 -0700)
committerSwaroop Sridhar <swaroop.sridhar@microsoft.com>
Fri, 29 May 2020 07:09:42 +0000 (00:09 -0700)
singlefilehost is currently only published in the microsoft.netcore.app.host.win-x64
Add it to host packages for other platforms.

src/installer/pkg/projects/Microsoft.NETCore.DotNetAppHost/runtime.FreeBSD.Microsoft.NETCore.DotNetAppHost.props
src/installer/pkg/projects/Microsoft.NETCore.DotNetAppHost/runtime.Linux.Microsoft.NETCore.DotNetAppHost.props
src/installer/pkg/projects/Microsoft.NETCore.DotNetAppHost/runtime.OSX.Microsoft.NETCore.DotNetAppHost.props

index a6051c2..8529620 100644 (file)
@@ -2,6 +2,7 @@
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/apphost" />
+    <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/singlefilehost" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/libnethost.so" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/libnethost.a" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/nethost.h" />
index a6051c2..8529620 100644 (file)
@@ -2,6 +2,7 @@
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/apphost" />
+    <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/singlefilehost" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/libnethost.so" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/libnethost.a" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/nethost.h" />
index cc38b3b..61e6b95 100644 (file)
@@ -2,6 +2,7 @@
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/apphost" />
+    <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/singlefilehost" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/libnethost.dylib" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/libnethost.a" />
     <ArchitectureSpecificNativeFile Include="$(DotNetHostBinDir)/nethost.h" />