summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
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
+}