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:
authorEric Mellino <erme@microsoft.com>2017-04-11 01:18:09 +0300
committerEric Mellino <erme@microsoft.com>2017-04-11 01:18:09 +0300
commitd9a6f39f273ec76336d9816426e562656f6d49ed (patch)
tree5c7c8d03d6378da824704461007c30b2d8024cd7 /buildpipeline
parentae68e07c7175f3ba9fdbeecb08c4720a3cd5fbf5 (diff)
Remove Alpine build definitions from pipeline.json
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 3a369e1772..f5a670f303 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -118,18 +118,6 @@
"Type": "build/product/",
"ConfigurationGroup": "Release"
}
- },
- {
- "Name": "DotNet-CoreFx-Trusted-Linux",
- "Parameters": {
- "PB_DockerTag": "alpine_prereqs",
- "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"EnableCloudTest=false\" /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\""
- },
- "ReportingParameters": {
- "OperatingSystem": "Alpine 3.4.3",
- "Type": "build/product/",
- "ConfigurationGroup": "Release"
- }
}
]
},
@@ -628,18 +616,6 @@
"Type": "build/product/",
"ConfigurationGroup": "Debug"
}
- },
- {
- "Name": "DotNet-CoreFx-Trusted-Linux",
- "Parameters": {
- "PB_DockerTag": "alpine_prereqs",
- "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Debug /p:\"EnableCloudTest=false\" /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\""
- },
- "ReportingParameters": {
- "OperatingSystem": "Alpine 3.4.3",
- "Type": "build/product/",
- "ConfigurationGroup": "Debug"
- }
}
]
},