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:
authorMatt Galbraith <MattGal@users.noreply.github.com>2017-03-29 02:45:16 +0300
committerGitHub <noreply@github.com>2017-03-29 02:45:16 +0300
commit8f098f79b36009330ad638379eaf280c5ad34ee2 (patch)
tree8cf9c97446997a640f7a4e276b906fe1016785bc /buildpipeline
parented04496053a37fedd0a4ebe2022deec1031e1066 (diff)
Remove usage of UAPToolsFolder property
Remove UAPToolsFolder property being passed in, which allows this to default to the generated version (defaults to path inside the packages folder) @chcosta
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
index eb52f04a4b..7bc0b30db5 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) /p:\"UAPToolsFolder=$(PB_UAPToolsFolder)\"",
+ "arguments": "$(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments)",
"workingFolder": "corefx",
"failOnStandardError": "false"
}
@@ -497,10 +497,6 @@
"PB_PipelineBuildMSBuildArguments": {
"value": "",
"allowOverride": true
- },
- "PB_UAPToolsFolder": {
- "value": null,
- "isSecret": true
}
},
"demands": [
@@ -562,4 +558,4 @@
"state": "wellFormed",
"revision": 418097607
}
-} \ No newline at end of file
+}