summaryrefslogtreecommitdiff
path: root/src/publish.proj
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-02-08 12:30:03 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-02-08 12:30:03 -0800
commitf5ee8f57612a6992e85e6518b817e5d6b26b905d (patch)
tree52fc84885bb9ea95d19fa135d7dbb7945e592702 /src/publish.proj
parent1e731c49912bd9d7247073c577896e1a0a071a8d (diff)
downloadcoreclr-f5ee8f57612a6992e85e6518b817e5d6b26b905d.tar.gz
coreclr-f5ee8f57612a6992e85e6518b817e5d6b26b905d.tar.bz2
coreclr-f5ee8f57612a6992e85e6518b817e5d6b26b905d.zip
Publish test native bins from correct directory
Diffstat (limited to 'src/publish.proj')
-rw-r--r--src/publish.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publish.proj b/src/publish.proj
index ebbf113500..c6c2149ba3 100644
--- a/src/publish.proj
+++ b/src/publish.proj
@@ -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"