summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2017-01-26 16:54:39 -0800
committerGitHub <noreply@github.com>2017-01-26 16:54:39 -0800
commitfdcda4dd6da13d903228a66625fac4d6e2a1afe0 (patch)
treef845c4d81529dc9e9c9bf1642b5c2f72ca641c91 /config.json
parent0ff5302eb0fab432c3af5b7277f0f86f2705f7b3 (diff)
downloadcoreclr-fdcda4dd6da13d903228a66625fac4d6e2a1afe0.tar.gz
coreclr-fdcda4dd6da13d903228a66625fac4d6e2a1afe0.tar.bz2
coreclr-fdcda4dd6da13d903228a66625fac4d6e2a1afe0.zip
Revert "Speed up test native binary syncing in pipeline"
Diffstat (limited to 'config.json')
-rw-r--r--config.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/config.json b/config.json
index d519b00dad..8e5c06ee00 100644
--- a/config.json
+++ b/config.json
@@ -441,13 +441,6 @@
"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": {
@@ -483,6 +476,12 @@
"settings": {
"BuildNumberMinor": "default"
}
+ },
+ "PublishTestNativeBins": {
+ "description": "Downloads Published test native binaries.",
+ "settings": {
+ "PublishTestNativeBins": "default"
+ }
}
},
"defaultValues": {
@@ -609,4 +608,4 @@
"valueTypes": {}
}
}
-} \ No newline at end of file
+}