Omair Majid
d999f22788
Use dotnet-install from the cli master branch
...
During the cli build, the cli downloads and executes the bootstrap
script from buildtools. The bootstrap script then downloads and executes
the dotnet-install script from cli, but in the 'rel/1.0.0' branch, not
the master branch.
This means that someone building cli's master branch will end up using
the dotnet-install.sh or dotnet-install.ps1 script from cli's rel/1.0.0
branch.
Fix that by telling the bootstrap script to download and use the version
of dotnet-install script from the master branch (which is the current
branch the user is building).
Ideally, we would just call the dotnet-install script in the current
repo/branch, but because the bootstrap script sits in the middle and is
part of a different repository, we can't.
This is a workaround for #5410 .
2017-02-13 14:12:19 -05:00
Justin Goshi
50493d2dab
Address PR comments
2017-02-08 14:02:29 -08:00
Justin Goshi
2b15651716
Trying to fix the build breaks first
2017-02-07 17:34:41 -08:00
Justin Goshi
b927922b65
Address PR comments and fix build break
2017-02-07 16:52:08 -08:00
Justin Goshi
83b46ebc17
Generate host and build info and store them in .props files
2017-02-07 15:45:19 -08:00
Piotr Puszkiewicz
c83d8797bc
Update run-build.ps1
2017-01-27 02:12:44 -08:00
Eric Erhardt
7cb76c2ade
Update run-build to install the latest stage0 from the rel-1.0.0 channel.
2017-01-24 17:56:28 -06:00
Eric Erhardt
5186d783e8
Update run-build to install the latest stage0 from the master channel.
2017-01-24 12:30:57 -06:00
Eric Erhardt
c481ad9cdc
Merge all hard-coded versions and version suffixes to be defined in a single spot.
2017-01-10 20:54:11 -06:00
Livar Cunha
b41eb43883
Updating our projects and test assets to work with the latest SDK.
2017-01-05 19:44:52 -08:00
Livar Cunha
72cd3d7c43
Pinning stage0 to latest and reverting build scripts to use stage0 for now.
2017-01-05 12:40:23 -08:00
Livar Cunha
92ee4aac26
Pinning the CLI version because once this goes in, the next stage0 won't allow for having compile in the csprojs. We will have to update the CLI ones.
2017-01-05 12:31:49 -08:00
Piotr Puszkiewicz
2fbafe6f3f
Remove StreamForwarder from CLI tests ( #4936 )
...
* WiP
* Replace StreamForwarder with OutputDataReceived
* Add build logging around test execution
* add newlines
* Add handling for the null terminator while maintaining empty lines
* Extra Diag
* Verbose logging for VS Test Console
* Fix asset file locking tests
* Add testcommand timeout + improve dotnet-new tests
* WiP
* Welcome, JoSequ!
* Fix failing tests
* Clean out diagnostics writelines
* self-PR1
2016-12-13 14:15:35 -08:00
Piotr Puszkiewicz
fd9cb55f1a
Add msbuild-based stage0 where possible ( #4597 )
...
* Add msbuild-based stage0 where possible
* Fix bash initialization script
* Windows Fixes
* Fix dotnet deb tool
2016-11-02 23:01:57 -07:00
Chris R
95f49e6636
Fix build scripts to pass architecture into the bootstrapper.
2016-10-27 11:56:57 -05:00
Chris Rummel
007cfc1f9b
Switch to using new bootstrap script to initialize buildtools. ( #4349 )
...
* Switch to using new bootstrap script to initialize buildtools.
* Set up the version-specific shared runtime symlink in run-build so buildtools doesn't have to care about it.
* Address code review feedback.
* Addressed code review feedback.
* Change to using bootstrap script for Linux build as well.
* Change to using latest for CLI.
2016-10-25 16:51:41 -07:00
Livar Cunha
0cc3d751e8
Fixes the build by switching our build command to dotnet msbuild, instead of dotnet build3, which expects a Build target.
2016-09-23 09:03:57 -07:00
Piotr Puszkiewicz
43c5a2c59b
multi-proc test execution
2016-08-18 17:10:20 -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
Livar Cunha
eaf9d9603d
Fixing logic to remove already processed arguments in the case of bash scripts and adding a missing come in the case of the powershell script.
2016-07-08 16:40:44 -07:00
Livar Cunha
b1ca63c7de
Because we are using a CI that is still built for our old custom build, we are passing arguments there that we no longer need and that MSBuild does not understand. We can't pass them along to MSBuild, so we need to filter them out. This is what we are doing here.
2016-07-08 16:10:08 -07:00
Livar Cunha
0a12e1e82b
Passing through extra arguments to msbuild for our powershell script.
2016-07-08 13:39:49 -07:00
Livar Cunha
c2fdd41764
Aligning the two versions of run-build we have in what each do and the parameters they get.
2016-07-07 16:16:53 -07:00
Livar Cunha
8eb05a4deb
Addressing code review comments and fixing another issue with deb installer generation.
2016-07-06 14:45:07 -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