summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-01-26 14:01:18 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-01-26 14:01:18 -0800
commitfede4b52f4f2f4b767045a0c9c5d689d877f24b3 (patch)
tree32db0517eb738825b173dd25a030b6480179a2a4 /config.json
parent63b07cc9c659642d6fb00fecf5a7b2683c82f4b1 (diff)
downloadcoreclr-fede4b52f4f2f4b767045a0c9c5d689d877f24b3.tar.gz
coreclr-fede4b52f4f2f4b767045a0c9c5d689d877f24b3.tar.bz2
coreclr-fede4b52f4f2f4b767045a0c9c5d689d877f24b3.zip
Speed up test native binary syncing in pipeline
Diffstat (limited to 'config.json')
-rw-r--r--config.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/config.json b/config.json
index 8e5c06ee00..d519b00dad 100644
--- a/config.json
+++ b/config.json
@@ -441,6 +441,13 @@
"Project": "./src/syncAzure.proj"
}
},
+ "n": {
+ "description": "Downloads test native binaries. The values for '-AzureAccount', '-AzureToken', and '-Container' are required",
+ "settings": {
+ "Project": "./src/syncAzure.proj",
+ "PublishTestNativeBins": "true"
+ }
+ },
"azureToken": {
"description": "Account token to connect to Azure Blob storage.",
"settings": {
@@ -476,12 +483,6 @@
"settings": {
"BuildNumberMinor": "default"
}
- },
- "PublishTestNativeBins": {
- "description": "Downloads Published test native binaries.",
- "settings": {
- "PublishTestNativeBins": "default"
- }
}
},
"defaultValues": {
@@ -608,4 +609,4 @@
"valueTypes": {}
}
}
-}
+} \ No newline at end of file