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:
authorchcosta <chcosta@microsoft.com>2016-12-17 00:05:30 +0300
committerWes Haggard <weshaggard@users.noreply.github.com>2016-12-17 00:05:30 +0300
commit3398321b7a54c5d47e4530651d3bee43794c1320 (patch)
treeb58cf1202155e3b5813513586d8e50c871458373 /pkg/baseline
parent8cc83b44f3d4a799199c4c7eb9c85b7dd853e220 (diff)
Use static configurations for building a vertical (#14489)
* Build each configuration of corefx tools * Fully qualify path to props files for import * Build using static configurations * Package build, ignore references to System.Threading.Overlapped and System.Runtime.Serialization.Formatters which aren't being built at the moment. * Rename target * Remove unintentional add of baseline file * Configuration fixes, fix typo in netci.groovy, re-enable specifying OSGroup property * Interim build, overbuilds reference assemblies * Reduce to passing Configurations * Fix traversal, undefine configuration for contract projects, remove trimunconverted (not used) * lower message importance * Minor fixes, changing messages, fixing comment * system.runtime.extensions contract causes binclash because it requires a configuration. temporarily disable configuration * Fix trimming of projects * Eliminate circular dependency in package build * Fix OSX build * Cleanup, less msbuild invocations
Diffstat (limited to 'pkg/baseline')
-rw-r--r--pkg/baseline/baseline.props5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/baseline/baseline.props b/pkg/baseline/baseline.props
index 5dd2fb0844..08bb474e18 100644
--- a/pkg/baseline/baseline.props
+++ b/pkg/baseline/baseline.props
@@ -5,11 +5,6 @@
<!-- Set PackageIndexFile to point to our local repo's index. This tells the packaging targets
which index should be used for updates -->
<PackageIndexFile>$(MSBuildThisFileDirectory)..\Microsoft.Private.PackageBaseline\packageIndex.json</PackageIndexFile>
-
- <!-- set the project.json file for pkgproj's to point to the project.json in this directory
- to ensure that PKGProjs will restore harvested packages. -->
- <ProjectJson>$(MSBuildThisFileDirectory)\project.json</ProjectJson>
- <ProjectLockJson>$(MSBuildThisFileDirectory)\project.lock.json</ProjectLockJson>
</PropertyGroup>
<!-- make RestorePackages run before HarvestStablePackage to ensure we'll restore the baseline before harvesting -->