diff options
author | Gaurav Khanna <gkhanna@microsoft.com> | 2017-03-22 21:35:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 21:35:24 -0700 |
commit | 14792ccacd1209380ba642431fe22f703b9f4060 (patch) | |
tree | 3e146bc4f1a242d7dc17691d8cd2f6a3d3790620 /config.json | |
parent | 741ce0d615bdae442cb3ee184a5a36b30d1a152a (diff) | |
download | coreclr-14792ccacd1209380ba642431fe22f703b9f4060.tar.gz coreclr-14792ccacd1209380ba642431fe22f703b9f4060.tar.bz2 coreclr-14792ccacd1209380ba642431fe22f703b9f4060.zip |
Unify command line arg for portable RID build (#10408)
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json index f0780ed111..9d98a2ee20 100644 --- a/config.json +++ b/config.json @@ -621,6 +621,12 @@ "__BuildArch": "default" } }, + "portable": { + "description": "Triggers a portable build.", + "settings": { + "PortableBuild": "1" + } + }, "buildType": { "description": "Specifies configuration to publish, can be Release, Debug or Checked.", "settings": { |