summaryrefslogtreecommitdiff
path: root/buildpipeline
AgeCommit message (Collapse)AuthorFilesLines
2018-04-30Merge pull request #17779 from weshaggard/RemoveAlpineBuildsWes Haggard3-16/+2
[release/2.1] Remove Alpine 3.6 builds
2018-04-30Update ARM32 Cross Build Docker Image (#17819) (#17834)Brian Robbins1-1/+1
2018-04-25Remove Alpine 3.6 buildsWes Haggard3-16/+2
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them.
2018-04-19Merge pull request #17675 from weshaggard/addlinuxmusl21Wes Haggard2-6/+24
[release/2.1] Add linux-musl build leg
2018-04-19Remove debug/checked builds (#17663)Matt Mitchell1-120/+0
The debug/checked builds don't publish and aren't submitted for testing currently. To reduce resource usage during the build, do not build these pipelines for now.
2018-04-19Fix OutputRID for linux-musl official buildWes Haggard1-1/+1
Need to include the `-x64` in the output rid.
2018-04-19Add linux-musl build legWes Haggard2-6/+24
2018-04-16Merge commit 'master' into release/2.1Russ Keldorph9-189/+480
2018-04-11Ensure previous steps haven't failed when building tests (#17514)Matt Mitchell1-6/+6
Update conditions to ensure that we don't continue on failed test builds
2018-04-06Publish symbols using Microsoft.SymbolUploader.Build.Task package (#17463)Mike McLaughlin2-178/+131
Added PB_SymbolExpirationInDays (settable at queue time), PB_MsdlSymbolServerPAT, PB_SymwebSymbolServerPAT variables. Added "msdl" (publish symbols to public Microsoft server) and "symweb" (publish symbols to symweb) variables to PB_PublishType. Update to version 1.0.0-beta-62806-01 of the symbol uploader. Issue #16482
2018-04-05Update docker images for arm32 (#17422)Sergey Andreenko1-1/+1
* mark places that we need to change * update dockumentation for arm * update build.sh for arm * update dockers' versions * fix build.sh * change default version for arm/armem/arm64
2018-04-03Merge pull request #17352 from sdmaclea/PR-ARM64-Add-x64_arm64-crossgenJarret Shook1-1/+3
[Arm64] Add x64_arm64 crossgen to tools package
2018-04-02Adding Begin/End definitions. Formatting correctly.Cesar Soares Lucas7-3/+339
2018-04-02[master] Add switches for legacy signing (#17353)Matt Mitchell3-3/+18
* Add switches for legacy signing
2018-04-02[release/2.1] Add switches for legacy signing (#17354)Matt Mitchell3-3/+18
* Add switches for legacy signing
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean1-1/+3
2018-03-30Merge commit 'master' into release/2.1Wes Haggard8-69/+73
Merge from sha 2c155d1f01d0a379157913989f2005eebd184c96 Merge conflicts were only in dependency versions which should get reset after the next build.
2018-03-28This BuildTask has been deprecated in favor of maintenance jobs.Cesar Soares Lucas2-44/+2
2018-03-27Merge various restore tasks into one Sync targetWes Haggard5-5/+5
There were various restore targets happening independently when they should all be combined so the sync step can be independent from the build step. This change merges them together under the Sync target. In particular this moves RestoreOptData and RestoreNETCorePlatforms to be part of the sync step instead of being individually ran. Pass BuildType to sync commands so optdata gets restored correctly
2018-03-26Merge various restore tasks into one Sync targetWes Haggard5-5/+5
There were various restore targets happening independently when they should all be combined so the sync step can be independent from the build step. This change merges them together under the Sync target. In particular this moves RestoreOptData and RestoreNETCorePlatforms to be part of the sync step instead of being individually ran. Pass BuildType to sync commands so optdata gets restored correctly
2018-03-23Update DockerTag to use the image from dotnet-buildtools-prereqs-docker#38 ↵Egor Chesakov1-1/+1
which enables running x86_arm/crossgen
2018-03-22Move windows agents to DotNetCore-Build to see if we can build in ↵Matt Galbraith5-20/+50
VS2017-only environment
2018-03-21Change directory in AgentTools tasksJC Aguilera1-3/+3
2018-03-21Change directory in AgentTools scriptJC Aguilera1-3/+3
2018-03-20Merge test job updates from master (#17066)Matt Mitchell2-516/+1
* Remove obselete buildtests job * Update queues
2018-03-19Adding running tests on Alpine for coreclr build (#17048)Jose Perez Rodriguez1-0/+35
2018-03-19Remove obselete buildtests (#17050)Matt Mitchell1-410/+0
BuildTests definition now lives under buildpipeline\tests\
2018-03-19Adding running tests on Alpine for coreclr build (#17038)Jose Perez Rodriguez1-0/+35
2018-03-19Publish x86_arm/crossgen during Linux/arm build (#16953)Egor Chesakov2-4/+20
* Publish CrossCrossGen during Linux/arm build * Update DockerTag to the image that includes two rootfs-s
2018-03-18Fix BuildConfiguration casing so publishing worksRuss Keldorph1-1/+1
2018-03-17Merge commit 'cea438a8e885cc11f96671367bebf23137f45a5a' into release/2.1Russ Keldorph8-223/+720
2018-03-16Add task extension to test pipelineJuan Carlos Aguilera Mendez1-0/+48
2018-03-16Merge branch 'master' of https://github.com/dotnet/coreclrJuan Carlos Aguilera Mendez2-193/+19
2018-03-16Remove tests from main pipeline.json (#16975)Matt Mitchell2-193/+4
* Remove tests from main pipeline.json Tests are now broken out into a separate json file, which means prodcon builds avoid waiting on tests.
2018-03-16[Arm64/Ubuntu] Enable official builds (#16981)Steve MacLean1-0/+15
2018-03-15Move extension task at beginning and end of build defJuan Carlos Aguilera Mendez1-48/+48
2018-03-15Remove AgentToolsPathJuan Carlos Aguilera Mendez1-4/+1
2018-03-15Replace AgentToolsPathJuan Carlos Aguilera Mendez1-1/+1
2018-03-14Merge branch 'master' of https://github.com/dotnet/coreclrJuan Carlos Aguilera Mendez2-16/+0
2018-03-14Use $(Agent.HomeDirectory)Juan Carlos Aguilera Mendez1-1/+1
2018-03-14No need of argumentsJuan Carlos Aguilera Mendez1-2/+2
2018-03-14Change after Begin/End approachJuan Carlos Aguilera Mendez1-7/+7
2018-03-14Remove call to GenerateLayoutOnly for throughput runs (#16919)Michelle McDaniel1-1/+0
2018-03-13Unblock official builds (#16913)Matt Mitchell1-15/+0
Removing arm64 linux cross build for now
2018-03-13Adding missing ScepToolsPath variableJuan Carlos Aguilera Mendez1-0/+3
2018-03-13Use task extensions on SCEP opsJuan Carlos Aguilera Mendez1-81/+24
2018-03-12[Arm64/Ubuntu] Update docker tag to include binutils (#16896)Steve MacLean1-1/+1
2018-03-10[Arm64/Linux] Enable arm64 nuget builds (#16707)Steve MacLean1-0/+15
2018-03-07Workaround coreclr issue (#16828)Matt Mitchell1-3/+3
VSTS does not seem to be correctly honoring the working directory for batch script steps. Explicitly qualify the setup_vs_env.cmd path
2018-03-07Address issue 16800 (#16810)Jarret Shook1-21/+21