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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-06-19 23:09:54 +0300
committerGitHub <noreply@github.com>2017-06-19 23:09:54 +0300
commit4a9c4c8c1a6e4b2d9f3245a63a67b61eb8c68382 (patch)
treedcbf5d270ca9383d5f6429120b85a4144bab3dfd /buildpipeline
parent76378631d058c227855d9119cd75d6d09d93494b (diff)
parent639add5b0bcab5ac8e8abb6b4b49fc030e63d0a5 (diff)
Merge pull request #21229 from joperezr/FixPipeBuilds
Fixing uap pipeline builds
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 57d033b3ad..54aeae2806 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -381,13 +381,11 @@
},
"Definitions": [
{
- "Name": "DotNet-CoreFx-Trusted-Windows",
+ "Name": "DotNet-CoreFx-Trusted-Windows-NoTest",
"Parameters": {
"PB_Platform": "arm",
"PB_BuildArguments": "-framework=uap -buildArch=arm -Debug -- /p:SignType=real /p:RuntimeOS=win10",
- "PB_BuildTestsArguments": "-framework=uap -buildArch=arm -Debug -SkipTests -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
- "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10 /p:TargetGroup=uap",
- "PB_CreateHelixArguments": "/p:ArchGroup=arm /p:TargetGroup=uap /p:ConfigurationGroup=Debug /p:TargetQueues=Windows.10.Amd64 /p:SecondaryQueue=Windows.10.Arm64 /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/uwp/\""
+ "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10"
},
"ReportingParameters": {
"OperatingSystem": "Windows",
@@ -431,11 +429,13 @@
}
},
{
- "Name": "DotNet-CoreFx-Trusted-Windows-NoTest",
+ "Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
"PB_Platform": "arm",
- "PB_BuildArguments": "-framework:uapaot -buildArch=arm -Debug -- /p:SignType=real /p:RuntimeOS=win10",
- "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10"
+ "PB_BuildArguments": "-framework=uapaot -buildArch=arm -Debug -- /p:SignType=real /p:RuntimeOS=win10",
+ "PB_BuildTestsArguments": "-framework=uapaot -buildArch=arm -Debug -SkipTests -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
+ "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10 /p:TargetGroup=uapaot",
+ "PB_CreateHelixArguments": "/p:ArchGroup=arm /p:TargetGroup=uapaot /p:ConfigurationGroup=Debug /p:TargetQueues=Windows.10.Amd64 /p:SecondaryQueue=Windows.10.Arm64 /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/ilc/\""
},
"ReportingParameters": {
"OperatingSystem": "Windows",