summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-05-24 14:34:46 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-06-06 12:13:34 -0700
commit029a54431d17569b6656ed644de426d3f4f8d346 (patch)
treefb6fc79ab6ee5e154a9516ab3ae063b335c0116b /config.json
parent794eca076a882fcd2639fa692ca457150940231b (diff)
downloadcoreclr-029a54431d17569b6656ed644de426d3f4f8d346.tar.gz
coreclr-029a54431d17569b6656ed644de426d3f4f8d346.tar.bz2
coreclr-029a54431d17569b6656ed644de426d3f4f8d346.zip
Test packages from current build in pipeline
Diffstat (limited to 'config.json')
-rw-r--r--config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.json b/config.json
index a5f98aa9a4..a85dcd5ecd 100644
--- a/config.json
+++ b/config.json
@@ -30,6 +30,12 @@
"values": [],
"defaultValue": ""
},
+ "__BlobNamePrefix": {
+ "description": "Blob Prefix for Azure download.",
+ "valueType": "property",
+ "values": [],
+ "defaultValue": ""
+ },
"MsBuildFileLogging": {
"description": "MsBuild logging options.",
"valueType": "passThrough",
@@ -174,6 +180,12 @@
"values": [],
"defaultValue": ""
},
+ "OverwriteCoreClrPackageVersion": {
+ "description": "Sets the property specifying to overwrite CoreClr Package version using OfficialBuildId",
+ "valueType": "property",
+ "values": [ true, false ],
+ "defaultValue": true
+ },
"OfficialBuildId": {
"description": "Official Build Id.",
"valueType": "property",
@@ -531,6 +543,12 @@
"__Container": "default"
}
},
+ "blobNamePrefix": {
+ "description": "Blob Prefix to download from in Azure container.",
+ "settings": {
+ "__BlobNamePrefix": "default"
+ }
+ },
"runtimeId": {
"description": "Runtime ID of the binaries in the specified container.",
"settings": {