Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-04-07 01:01:36 +0300
committerGitHub <noreply@github.com>2017-04-07 01:01:36 +0300
commit3c850946db5c712c6c556efeff848fcebffcef13 (patch)
treee7734b0aa24617b32c4d7d157359003214808d35 /external
parentbf1db70da3ae2079af1ce20c6f03893f8f6216c7 (diff)
Change netfx vertical test build and execution to be able to have helix runs (#17975)
* Change netfx vertical test bin placing and execution to be able to have runs in helix
Diffstat (limited to 'external')
-rw-r--r--external/netstandard/netstandard.depproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/netstandard/netstandard.depproj b/external/netstandard/netstandard.depproj
index a927161ce8..798cdea514 100644
--- a/external/netstandard/netstandard.depproj
+++ b/external/netstandard/netstandard.depproj
@@ -22,6 +22,10 @@
<!-- only for netfx verticals will this project provide runtime assets -->
<RuntimePath>$(RuntimePath)</RuntimePath>
</BinPlaceConfiguration>
+ <BinPlaceConfiguration Include="$(Configuration)">
+ <!-- copy shims to the testhost as well in order to be able to run the netfx tests -->
+ <RuntimePath>$(TestHostRootPath)</RuntimePath>
+ </BinPlaceConfiguration>
</ItemGroup>
<Target Name="AddNETStandardRefs" AfterTargets="ResolveReferences"