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>2016-04-19 22:03:58 +0300
committerEric St. John <ericstj@microsoft.com>2016-04-20 20:31:25 +0300
commit5c4f386342cbecac07c8776fa80b254ddff7f05a (patch)
tree3a96cebb6c40455fc8b41da99a1656e8f86aec4c /Packaging.props
parentadf64407d777a8b486a7216a9fbc78abc065e0a0 (diff)
Add Package Baseline to CoreFx
This enables the package baseline to live in the repo that builds the packages, avoiding a roundtrip to buildtools every time we update package versions.
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/Packaging.props b/Packaging.props
index dd619655f6..097b60e1e2 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -13,6 +13,8 @@
<NativePackagePath>$(MSBuildThisFileDirectory)src/Native/pkg</NativePackagePath>
</PropertyGroup>
+ <Import Condition="Exists('pkg/baseline/baseline.props')" Project="pkg/baseline/baseline.props" />
+
<PropertyGroup Condition="'$(OsEnvironment)'=='Unix'">
<!--
Building packages fails for two reasons.