summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-05-31 08:53:47 -0700
committerGitHub <noreply@github.com>2017-05-31 08:53:47 -0700
commita2abadfe7f67249cbe2b107d0b3f1b8d6f2ee06b (patch)
tree3aab3e9d572aec4f1f174ca1bb10ba7ccd2b0a40 /dir.props
parent3530e3f5751f4b0e12b8f45bf7fe2a2a309cfebb (diff)
downloadcoreclr-a2abadfe7f67249cbe2b107d0b3f1b8d6f2ee06b.tar.gz
coreclr-a2abadfe7f67249cbe2b107d0b3f1b8d6f2ee06b.tar.bz2
coreclr-a2abadfe7f67249cbe2b107d0b3f1b8d6f2ee06b.zip
Default to portable build in dev and official builds (#11985)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index cac0ace793..0ceb7fec13 100644
--- a/dir.props
+++ b/dir.props
@@ -78,6 +78,9 @@
<Platform Condition="'$(Platform)' == ''">$(BuildArch)</Platform>
<Platform Condition="'$(Platform)' == 'amd64'">x64</Platform>
+
+ <!-- Default to portable build if not explicitly set -->
+ <PortableBuild Condition="'$(PortableBuild)' == ''">true</PortableBuild>
</PropertyGroup>
<!-- Output paths -->