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:
authorchcosta <chcosta@microsoft.com>2017-03-24 23:00:46 +0300
committerGitHub <noreply@github.com>2017-03-24 23:00:46 +0300
commitfd283de080b6092ed599c6ff265460db66991695 (patch)
tree31651ae8f227549e3de4da7319d390b2ac7a157b /buildpipeline
parentde69a89c291a568d48a848360e3bf1f4d2fd697f (diff)
Move UAPToolsFolder property to product build step (#17488)
* Move uaptoolfolder property to product build step * remove entry from create helix arguments
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
index 8f9007566c..eb52f04a4b 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
@@ -141,7 +141,7 @@
},
"inputs": {
"filename": "$(Build.SourcesDirectory)\\corefx\\build.cmd",
- "arguments": "$(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments)",
+ "arguments": "$(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments) /p:\"UAPToolsFolder=$(PB_UAPToolsFolder)\"",
"workingFolder": "corefx",
"failOnStandardError": "false"
}
@@ -179,7 +179,7 @@
"solution": "$(Build.SourcesDirectory)\\corefx\\src\\upload-tests.proj",
"platform": "",
"configuration": "",
- "msbuildArguments": "$(PB_CreateHelixArguments) /p:\"UAPToolsFolder=$(PB_UAPToolsFolder)\" /p:\"Branch=$(SourceBranch)\" /p:\"CloudDropConnectionString=DefaultEndpointsProtocol=https;AccountName=$(PB_CloudDropAccountName);AccountKey=$(CloudDropAccessToken);EndpointSuffix=core.windows.net\" /p:\"CloudResultsConnectionString=DefaultEndpointsProtocol=https;AccountName=$(PB_CloudResultsAccountName);AccountKey=$(OutputCloudResultsAccessToken);EndpointSuffix=core.windows.net\" /p:\"HelixApiAccessKey=$(HelixApiAccessKey)\" /p:\"HelixApiEndpoint=$(PB_HelixApiEndPoint)\" /p:\"OfficialBuildId=$(OfficialBuildId)\"",
+ "msbuildArguments": "$(PB_CreateHelixArguments) /p:\"Branch=$(SourceBranch)\" /p:\"CloudDropConnectionString=DefaultEndpointsProtocol=https;AccountName=$(PB_CloudDropAccountName);AccountKey=$(CloudDropAccessToken);EndpointSuffix=core.windows.net\" /p:\"CloudResultsConnectionString=DefaultEndpointsProtocol=https;AccountName=$(PB_CloudResultsAccountName);AccountKey=$(OutputCloudResultsAccessToken);EndpointSuffix=core.windows.net\" /p:\"HelixApiAccessKey=$(HelixApiAccessKey)\" /p:\"HelixApiEndpoint=$(PB_HelixApiEndPoint)\" /p:\"OfficialBuildId=$(OfficialBuildId)\"",
"clean": "false",
"maximumCpuCount": "false",
"restoreNugetPackages": "false",