summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-01-26 16:55:06 -0800
committerGitHub <noreply@github.com>2017-01-26 16:55:06 -0800
commitfbe0c29ed30496eec55910c6bb6c9b1d305ee920 (patch)
treecbb3484abaa04e7cab0d066733803526e193fa46 /config.json
parent427b02caf1efdfb7c4ed1f8070851de564bde839 (diff)
downloadcoreclr-fbe0c29ed30496eec55910c6bb6c9b1d305ee920.tar.gz
coreclr-fbe0c29ed30496eec55910c6bb6c9b1d305ee920.tar.bz2
coreclr-fbe0c29ed30496eec55910c6bb6c9b1d305ee920.zip
Revert "Revert "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