summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2016-02-26 19:29:35 -0800
committerMike McLaughlin <mikem@microsoft.com>2016-02-26 19:29:35 -0800
commit2916207efaae0dd7800aa69ee4c4f112b72d7fae (patch)
tree6528022349d6a14bd7b6353fcf92992e4b932294 /src
parent2effea2c48268a3203e07b035a39ab20fa13fb8f (diff)
parente5678e05128ac84347109cb1528452ee3628ab4b (diff)
downloadcoreclr-2916207efaae0dd7800aa69ee4c4f112b72d7fae.tar.gz
coreclr-2916207efaae0dd7800aa69ee4c4f112b72d7fae.tar.bz2
coreclr-2916207efaae0dd7800aa69ee4c4f112b72d7fae.zip
Merge pull request #3401 from mikem8361/sosdocs
Add the "sosdocsunix.txt" sos help file to the nuget packages.
Diffstat (limited to 'src')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj3
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj3
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj3
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj3
4 files changed, 8 insertions, 4 deletions
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index acb3e941d9..d862570d50 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -20,6 +20,7 @@
<ArchitectureSpecificNativeFile Include="$(BinDir)mscorlib.ni.dll"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsos.so"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsosplugin.so"/>
+ <ArchitectureSpecificNativeFile Include="$(BinDir)sosdocsunix.txt"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)System.Globalization.Native.so" />
<ArchitectureSpecificLibFile Include="$(BinDir)mscorlib.dll"/>
@@ -46,4 +47,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index 9b55c65026..895be95978 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -18,6 +18,7 @@
<ArchitectureSpecificNativeFile Include="$(BinDir)libmscordbi.dylib"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)mscorlib.ni.dll"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsos.dylib"/>
+ <ArchitectureSpecificNativeFile Include="$(BinDir)sosdocsunix.txt"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)System.Globalization.Native.dylib"/>
<ArchitectureSpecificLibFile Include="$(BinDir)mscorlib.dll"/>
@@ -44,4 +45,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index 3ef2cf3f64..5cd175906f 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -20,6 +20,7 @@
<ArchitectureSpecificNativeFile Include="$(BinDir)mscorlib.ni.dll"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsos.so"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsosplugin.so"/>
+ <ArchitectureSpecificNativeFile Include="$(BinDir)sosdocsunix.txt"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)System.Globalization.Native.so" />
<ArchitectureSpecificLibFile Include="$(BinDir)mscorlib.dll"/>
@@ -46,4 +47,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
index 1af5ae21ef..de2110ae14 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
@@ -20,6 +20,7 @@
<ArchitectureSpecificNativeFile Include="$(BinDir)mscorlib.ni.dll"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsos.so"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)libsosplugin.so"/>
+ <ArchitectureSpecificNativeFile Include="$(BinDir)sosdocsunix.txt"/>
<ArchitectureSpecificNativeFile Include="$(BinDir)System.Globalization.Native.so"/>
<ArchitectureSpecificLibFile Include="$(BinDir)mscorlib.dll"/>
@@ -46,4 +47,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>