summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
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 /buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
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 'buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index a4d0f871d7..f6a852f7cd 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -86,7 +86,7 @@
},
"inputs": {
"filename": "build.cmd",
- "arguments": "$(Architecture) $(PB_BuildType) skiptests skipbuildpackages -OfficialBuildId=$(OfficialBuildId) -skiprestore -Priority=$(Priority) $(portableBuild)",
+ "arguments": "$(Architecture) $(PB_BuildType) skiptests skipbuildpackages -OfficialBuildId=$(OfficialBuildId) -skiprestore -Priority=$(Priority)",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -131,7 +131,7 @@
},
"inputs": {
"filename": "build-packages.cmd",
- "arguments": "-BuildArch=$(Architecture) -BuildType=$(PB_BuildType) $(portableBuild)",
+ "arguments": "-BuildArch=$(Architecture) -BuildType=$(PB_BuildType)",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -294,9 +294,6 @@
"VsoPassword": {
"value": null,
"isSecret": true
- },
- "portableBuild": {
- "value": ""
}
},
"retentionRules": [