Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Fortescue <jofortes@microsoft.com>2018-03-07 03:48:48 +0300
committerJon Fortescue <jofortes@microsoft.com>2018-03-07 03:48:48 +0300
commit1e5d3a36b13e4ac521c4299646e758d2bd1c1bda (patch)
tree726223e00bbfaaae48f31501d2fc2077e8001fb5 /buildpipeline
parent0329a8301603f93ecf1b96b8f53b7c8b3d21c3df (diff)
Fixed misnamed token
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-OSX.json2
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-OSX.json b/buildpipeline/DotNet-CoreFx-Trusted-OSX.json
index 94b4b60f0a..2f05ad8e57 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-OSX.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-OSX.json
@@ -291,7 +291,7 @@
"value": null,
"isSecret": true
},
- "CloudResultsAccessToken": {
+ "OutputCloudResultsAccessToken": {
"value": null,
"isSecret": true
},
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
index 42a135a8d8..021996fc34 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
@@ -415,6 +415,10 @@
"value": null,
"isSecret": true
},
+ "OutputCloudResultsAccessToken": {
+ "value": null,
+ "isSecret": true
+ },
"OfficialBuildId": {
"value": "$(Build.BuildNumber)",
"allowOverride": true