Commit graph

15 commits

Author SHA1 Message Date
Sridhar Periyasamy
b976419621 Download stage0 from the correct channel
Now that the rel/1.0.0 has been bootstrapped using the 'feature-msbuild'
channel, the correct channel needs to be passed to the install scripts.
2016-09-15 16:19:33 -07:00
Livar Cunha
4220447322 Temporarily hard coding stage0 to come from feature msbuild. This will make a stage0 available that has a dotnet build3 command. Will revert this once we have a rel1.0.0 available with this verb. 2016-08-31 12:46:24 -07:00
Livar Cunha
dca7a4fd41 Need to restore the build tools CLI before trying to use it. Now we use it for both restore/publish of build tools. 2016-07-28 21:43:09 -07:00
Livar Cunha
b05b0e6dc5 After NuGet started lower casing the packages, we started hitting issues where we failed to locate dependencies under our list of libraries due to different casing in the libraries names. The fix here is to compare the library names ignoring casing. 2016-07-28 21:17:32 -07:00
Piotr Puszkiewicz
ed0f29fde4 print all files 2016-07-28 00:01:14 -07:00
Piotr Puszkiewicz
001504fcec Full verbosity for build_tools restore 2016-07-27 23:40:47 -07:00
Piotr Puszkiewicz
fd9451d758 Expose init_tools full verbosity 2016-07-27 23:37:08 -07:00
Piotr Puszkiewicz
63b11f0690 fix fix 2016-07-27 23:26:28 -07:00
Piotr Puszkiewicz
3d2217c50d init tools diagnostics 2016-07-27 23:21:26 -07:00
Jonathan Miller
3a6e15309e Bringing run.exe into the repo and starting with the clean command 2016-07-26 16:15:36 -07:00
Jonathan Miller
ea9a41b81c Pulling in BuildTools into CLI via the build 2016-07-08 13:16:33 -07:00
Livar Cunha
f400160a09 Trying to fix the ubuntu package generation break. I believe it happened because we were loading branchinfo in the init-tools, which means that the env variables defined there were not applied to commands ran from run-build.sh. 2016-07-06 13:35:34 -07:00
Livar Cunha
7e71a0217a Moving a bunch of code from init-tools to run-build.sh because of how exporting works in chained bash scripts. Something down in the tree does not flow back up. 2016-07-06 12:32:38 -07:00
Livar Cunha
889f4c3ec8 Fixing permissions for init-tools.sh and run-build.sh. 2016-07-06 12:04:59 -07:00
Livar Cunha
cdddc2e432 Addressing code review comments. Fixing issue with compile where we were not copying the msbuild files to the right place. Fixed an issue where we were trying to download installers for OSes that don't have installers. Added init-tools scripts. 2016-07-06 12:03:16 -07:00
Renamed from run_build.sh (Browse further)