summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Linux.json
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Add linux-musl build legWes Haggard1-4/+7
2018-04-02Adding Begin/End definitions. Formatting correctly.Cesar Soares Lucas1-0/+48
2018-03-28This BuildTask has been deprecated in favor of maintenance jobs.Cesar Soares Lucas1-22/+1
2018-03-26Merge various restore tasks into one Sync targetWes Haggard1-1/+1
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
2017-11-30Update build definition execute conditions for api v3.2 (#15285)chcosta1-24/+22
2017-11-17Remove deprecated Copy Task (#15050)Karthik Rajasekaran1-12/+68
2017-11-10Run clean -all instead of just -b (#14978)Karthik Rajasekaran1-1/+1
2017-11-02Allow coredumps inside docker (#14814)Karthik Rajasekaran1-1/+1
2017-10-27Revert "Move to DotNetCore-Build agent pool (#14693)" (#14731)Karthik Rajasekaran1-4/+4
This reverts commit 4103b6276cd5c3d497cd4a20de14bda6a98495cb.
2017-10-26Move to DotNetCore-Build agent pool (#14693)Karthik Rajasekaran1-4/+4
2017-10-12Fix native binary syncing & myget publishwtgodbe1-1/+1
2017-10-11Fix final issues with publish in pipelinewtgodbe1-1/+1
2017-10-11Remove double slashes from publish blobswtgodbe1-3/+3
2017-10-10Proof-of-concept of using new Publish infra in coreclrwtgodbe1-2/+38
2017-10-06Update CentOS 6 and 7 docker images (#14349)Jan Vorlicek1-1/+1
The images now contains clang 3.9 with PGO support
2017-09-29Update build clang/llvm/lldb 3.9 (#14096)Mike McLaughlin1-2/+2
Update build scripts, docs and build pipeline docker images to clang/llvm/lldb 3.9
2017-08-17Migrate Git clone from GitHub to VSO (#13430)smile21prc1-1/+14
* Migrate Git clone from GitHub to VSO Migrate Git clone from GitHub to VSO * Correct var name Correct var name * Remove PB_ as they are unnecessary and confusing. Remove PB_ as they are unnecessary and confusing. * Add dependent vars. Add dependent vars. * Fix repo name. Fix repo name.
2017-08-17Enable RedHat 6 in coreclr master (#13315)smile21prc1-2/+5
* Enable RedHat 6 in coreclr master Enable RedHat 6 in coreclr master. This is identical as the approved PR to enable RedHat 6 in coreclr release/2.0.0: https://github.com/dotnet/coreclr/pull/13301 * Correct Rid to match /src/.nuget/dirs.props Correct Rid to match /src/.nuget/dirs.props * Update dockertag and add logic to detect RHEL6 in init-tools.sh Update dockertag and add logic to detect RHEL6 in init-tools.sh * Port changes from Release/2.0.0 to fix coreclr RHEL 6 official runs. Port changes from Release/2.0.0 to fix coreclr RHEL 6 official runs. * Remove empty quotes. Remove empty quotes.
2017-07-05Cleanup officialbuild warnings (#12578)chcosta1-18/+0
* Cleanup officialbuild warnings * Re-enable "sync test native binaries" step
2017-06-06Test packages from current build in pipelinewtgodbe1-1/+1
2017-05-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-6/+3
2017-05-21Remove explicit passing of ConfigurationGroup=Release from pipebuild (#11751)William Godbe1-1/+1
2017-04-06Initial commit of checked in build definitions for CoreCLRwtgodbe1-0/+457