Commit graph

20 commits

Author SHA1 Message Date
Andrew Stanton-Nurse
d524732bbb working on build scripts 2016-02-12 15:26:35 -08:00
Andrew Stanton-Nurse
4cc15b1246 restructure the output layout
also reorganize the scripts folder
2015-11-16 09:44:00 -08:00
Sridhar Periyasamy
32b4058a71 Upload to blob storage using azure CLI.
With curl we were hitting the azure server limitation of 64mb - https://msdn.microsoft.com/library/azure/dd179451
2015-11-06 14:40:05 -08:00
Sridhar Periyasamy
26000b28c7 Pass DOTNET_BUILD_VERSION variable in a consistent manner to the docker instance 2015-11-05 14:00:44 -08:00
Sridhar Periyasamy
aa9e1e1b45 Pass all the VSO environment variables to the docker instance. 2015-11-05 13:43:21 -08:00
Andrew Stanton-Nurse
e70a169b28 Add a shared runtime aware host
And use it in dotnet-compile
2015-10-30 15:03:29 -07:00
Andrew Stanton-Nurse
13e279e146 update docker build script 2015-10-29 19:42:02 -07:00
Andrew Stanton-Nurse
d7c73e8b29 clean up some build script stuff 2015-10-29 19:42:02 -07:00
Andrew Stanton-Nurse
a715be1d59 switch to latest coreclr 2015-10-28 15:47:47 -07:00
Andrew Stanton-Nurse
1d76b2846c package up DNX in the tar.gz
includes a smoke test for verifying that the output can be used to build
also includes a checked-in CoreCLR in order to work around CoreCLR issue
2015-10-28 10:32:30 -07:00
Bryan Thornbury
9d4887ef75 Enable Ubuntu CI Build using Docker
These changes fix many of the issues blocking our Ubuntu CI Build.
Notably, it adds a postbuild step to the CI which cleans up file
permissions on files created in Docker. This lets the next job
delete those files successfully. It also accounts for docker instances
which are left running after an aborted job.
2015-10-26 11:09:38 -07:00
Bryan Thornbury
7d8637b5bb add write to all files after docker run 2015-10-22 17:15:45 -07:00
Bryan Thornbury
2eb25d5c0c try to fix file perm issues in ci build: 2015-10-22 16:31:27 -07:00
Bryan Thornbury
f4d72cd201 docker use executing username to avoid root file perms, support absolute paths in repoapi_client 2015-10-22 16:17:57 -07:00
Bryan Thornbury
d00c3ce742 dockerbuild parallelization 2015-10-22 15:39:13 -07:00
Bryan Thornbury
8a94b30100 Only build deb packages on mac, fix windows docker build 2015-10-22 15:12:49 -07:00
Bryan Thornbury
70baca6a1d fix dockerbuild on ubuntu 2015-10-22 14:43:24 -07:00
Bryan Thornbury
2f8a99e26d windows docker build, package tests 2015-10-22 10:13:05 -07:00
Bryan Thornbury
2074d1bbf5 build and fetch results 2015-10-21 23:41:38 -07:00
Andrew Stanton-Nurse
ca4d160fc3 implement bootstrapping without DNX
* fix up dnvm2 port
* produce packages ready for CI to publish
* remove dependency on DNX for stage0 (still needed for restore)
2015-10-20 17:36:25 -07:00
Renamed from scripts/stage0/dotnet-publish (Browse further)