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
path: root/pkg
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-05-01 02:45:07 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-05-01 02:45:07 +0300
commit1e02e72bcf99e0a7491a64e5eec1f57ded478fda (patch)
treed464be559b0dd993cfe8a14056709ea15161c0f7 /pkg
parentedc910f8ec24e6ff6c9dc5b582875d4be03500f5 (diff)
Switch source build property to DotNetBuildFromSource
Detect source-build via DotNetBuildFromSource instead of DotNetBuildOffline which is set for the tarball build.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/dir.props b/pkg/dir.props
index 495fa71341..7d997706f7 100644
--- a/pkg/dir.props
+++ b/pkg/dir.props
@@ -5,8 +5,8 @@
<PropertyGroup>
<!-- Used to determine if we should build some packages only once across multiple official build legs.
For offline builds we still set OfficialBuildId but we need to build all the packages for a single
- leg only, so we also take DotNetBuildOffline into account. -->
- <BuildingAnOfficialBuildLeg Condition="'$(BuildingAnOfficialBuildLeg)' == '' AND '$(OfficialBuildId)' != '' AND '$(DotNetBuildOffline)' != 'true'">true</BuildingAnOfficialBuildLeg>
+ leg only, so we also take DotNetBuildFromSource into account. -->
+ <BuildingAnOfficialBuildLeg Condition="'$(BuildingAnOfficialBuildLeg)' == '' AND '$(OfficialBuildId)' != '' AND '$(DotNetBuildFromSource )' != 'true'">true</BuildingAnOfficialBuildLeg>
</PropertyGroup>
<!-- Packages opt-in to automatic RID-specific builds by placing a *.RID.props next to their project