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:
authorEric St. John <ericstj@microsoft.com>2017-01-28 20:45:16 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-30 19:42:43 +0300
commitc034a194d82ac5c5be07d7b547291070dca6577c (patch)
treea402138bf188d9054a9f34087c2bc98c94bf28d5 /src/shims/shims.proj
parent3733239be954dcd9179df7d196f8a3c95e3b868b (diff)
Build Shims before src
And place shims in both ref and runtime path for active build configuration.
Diffstat (limited to 'src/shims/shims.proj')
-rw-r--r--src/shims/shims.proj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shims/shims.proj b/src/shims/shims.proj
index af7d32ed50..f6da0a75ea 100644
--- a/src/shims/shims.proj
+++ b/src/shims/shims.proj
@@ -54,9 +54,12 @@
<Exec Command="$(GenFacadesCmd) -contracts:$(NetStandardRefPath)netstandard.dll @&quot;$(GenFacadesResponseFile)&quot;" WorkingDirectory="$(ToolRuntimePath)" />
<!-- Copy the facades to the package ref and lib folders to be included in the packages -->
+ <!-- TODO: replace with BinPlacing targets -->
<ItemGroup>
<PackageOutputPaths Include="$(BinDir)$(TargetGroup)/pkg/ref" />
<PackageOutputPaths Include="$(BinDir)$(TargetGroup)/pkg/lib" />
+ <PackageOutputPaths Include="$(BuildConfigurationRefPath)" />
+ <PackageOutputPaths Include="$(RuntimePath)" />
<ProducedFacades Include="$(GenFacadesOutputPath)*.dll" />
<FileWrites Include="@(ProducedFacades)" />
</ItemGroup>