Publish test native bins from correct directory
authorwtgodbe <wigodbe@microsoft.com>
Wed, 8 Feb 2017 20:30:03 +0000 (12:30 -0800)
committerwtgodbe <wigodbe@microsoft.com>
Wed, 8 Feb 2017 20:30:03 +0000 (12:30 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/f5ee8f57612a6992e85e6518b817e5d6b26b905d

src/coreclr/src/publish.proj

index ebbf113..c6c2149 100644 (file)
@@ -22,7 +22,7 @@
 
   <PropertyGroup>
     <PublishPattern Condition="'$(PublishPattern)' == '' and '$(PublishTestNativeBins)' != 'true'">$(PackagesBinDir)**\*.nupkg</PublishPattern>
-    <PublishPattern Condition="'$(PublishPattern)' == '' and '$(PublishTestNativeBins)' == 'true'">$(OutputPath)\tests\src\**</PublishPattern>
+    <PublishPattern Condition="'$(PublishPattern)' == '' and '$(PublishTestNativeBins)' == 'true'">$(OutputPath)\bin\**</PublishPattern>
   </PropertyGroup>
 
   <Target Name="CreateContainerName"