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:
authorJC Aguilera <juanam@microsoft.com>2017-07-25 18:46:57 +0300
committerGitHub <noreply@github.com>2017-07-25 18:46:57 +0300
commit26033aeeda7902bd6520d582fdb104a5c1c3fe49 (patch)
treed6007805a2517a387f8e32255aa1bb24d126205f /buildpipeline
parentfcb43057d6bc968585fc936b7dbc20683d883bac (diff)
Addressing Santi's comments
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json21
1 files changed, 1 insertions, 20 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 15d3ddf7b3..8ca69bbbcb 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -141,29 +141,10 @@
"Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
"PB_Platform": "x86",
- "PB_TargetQueue": "Windows.10.Amd64",
- "PB_BuildArguments": "-buildArch=x86 -Release -- /p:SignType=real /p:RuntimeOS=win10",
- "PB_BuildTestsArguments": "-buildArch=x86 -Release -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
- "PB_SyncArguments": "-p -- /p:ArchGroup=x86 /p:RuntimeOS=win10",
- "PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.7.Amd64,Windows.81.Amd64\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT"
- },
- "ReportingParameters": {
- "OperatingSystem": "Windows",
- "Type": "build/product/",
- "Platform": "x86",
- "ConfigurationGroup": "Release",
- "SubType": "netcoreapp"
- }
- },
- {
- "Name": "DotNet-CoreFx-Trusted-Windows",
- "Parameters": {
- "PB_Platform": "x86",
- "PB_TargetQueue": "Windows.10.Amd64.Core",
"PB_BuildArguments": "-buildArch=x86 -Release -- /p:SignType=real /p:RuntimeOS=win10",
"PB_BuildTestsArguments": "-buildArch=x86 -Release -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
"PB_SyncArguments": "-p -- /p:ArchGroup=x86 /p:RuntimeOS=win10",
- "PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64.Core\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT"
+ "PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT"
},
"ReportingParameters": {
"OperatingSystem": "Windows",