Piotr Puszkiewicz
7c8158746e
Merge pull request #1969 from dotnet/piotrpMSFT/UbuntuPackageDeBootstrap
...
Removes bootstrapping workarounds for Ubuntu builds
2016-03-21 12:12:10 -07:00
Sridhar Periyasamy
2a8161dc19
Update README.md
...
Point to the new download links for the CLI SDK.
- Ubuntu deb packages link is still broken. It points to an old version.
2016-03-21 11:10:59 -07:00
Piotr Puszkiewicz
2f9503641e
Removes bootstrapping workarounds for Ubuntu builds
2016-03-21 10:25:11 -07:00
Livar
14d5dd80b0
Merge pull request #1853 from livarcocc/more_test_params
...
Added remaining params from https://github.com/dotnet/cli/issues/1376 and build before tests
2016-03-19 10:01:28 -07:00
Senthil
d05abb8c0b
Merge pull request #1942 from dotnet/schellap-bsymbolic
...
Add bsymbolic flags to linux linker
2016-03-18 15:26:53 -07:00
Nate Amundson
9a1e283595
Merge pull request #1951 from naamunds/AddDockerHubTriggers
...
Pass DockerHub env vars to container used for build
2016-03-18 17:23:00 -05:00
Eric Erhardt
3199c81e33
Merge pull request #1952 from eerhardt/FixUpdateScripts
...
Fix update-dependencies script to point to the new CLI install directory.
2016-03-18 14:38:39 -05:00
Eric Erhardt
284705e75e
Fix update-dependencies script to point to the new CLI install directory.
2016-03-18 14:02:12 -05:00
Nate Amundson
3c0d02f02b
Pass DockerHub env vars to container used for build
...
These environment variables need to be set for the
TriggerDockerHubBuilds build target declared in PublishTargets.cs.
2016-03-18 10:34:32 -07:00
Senthil
faaea62b46
Merge pull request #1747 from mylibero/arm
...
Support cross-build in corehost
2016-03-18 09:35:56 -07:00
Dongyun Jin
2ef70fc16d
Support cross-build in corehost
...
- Add ability to specify `cross` and `C++ Cross Compiler`
when building corehost for ARM.
- Add usage print in the corehost build script
- Fix bugs found on the cross compiler
Signed-off-by: Dongyun Jin <dongyun.jin@samsung.com>
2016-03-18 20:55:27 +09:00
Piotr Puszkiewicz
999549e6d4
Merge pull request #1947 from dotnet/piotrpMSFT/disableDeb
...
Disable deb creation & publishing
2016-03-18 03:06:59 -07:00
Piotr Puszkiewicz
04adb5ef56
bootstrap
2016-03-18 02:47:52 -07:00
Piotr Puszkiewicz
aa989f1e6e
Disable deb creation & publishing
2016-03-18 02:23:24 -07:00
Senthil
062e538657
Merge pull request #1554 from schellap/hostpfiles
...
Fix program files probe and HOME dir
2016-03-18 01:46:37 -07:00
Sridhar Periyasamy
14cc5bc5c4
Publish the correct .version file to azure.
2016-03-17 22:22:22 -07:00
Sridhar Periyasamy
4c06e3323f
Update install scripts to download 'dotnet-dev' as stage0.
2016-03-17 21:45:03 -07:00
Sridhar Periyasamy
45d97bb80a
Merge branch 'anurse/fix-scripts-and-readme' of https://github.com/dotnet/cli into rel/1.0.0
2016-03-17 21:21:14 -07:00
Senthil
cbde132974
Merge pull request #1938 from dotnet/stat-isdir
...
Check stat mode in addition to dirent type
2016-03-17 18:34:21 -07:00
Senthil
d35d0cc543
Merge branch 'rel/1.0.0' into hostpfiles
2016-03-17 18:32:55 -07:00
Senthil
8c486908a8
Add bsymbolic flags to linux linker
...
The problem with not having these flags are:
`libhostfxr.so` and `libhostpolicy.so` would still keep using common functions that are defined in `dotnet.exe` effectively void a servicing override. Of course, servicing of common code would service both `dotnet.exe` and `libhostpolicy.so`, but this is needed to match Windows for consistency and is easier to reason about.
2016-03-17 18:25:02 -07:00
Sridhar Periyasamy
d5f118273b
Merge pull request #1920 from dotnet/cli-sdk-stages
...
Incorporate the new CLI layout in builds scripts and add Portable Project Tool commands
2016-03-17 18:15:07 -07:00
Bryan Thornbury
d1c0127c99
Merge branch 'rel/1.0.0' into cli-sdk-stages
2016-03-17 17:50:15 -07:00
Bryan Thornbury
e847c449bf
Merge pull request #1937 from dotnet/brthor/disable-parallel
...
disable parallel in run-build
2016-03-17 17:22:48 -07:00
Senthil
9093b18ac2
Check stat mode in addition to dirent type
2016-03-17 17:13:53 -07:00
Bryan Thornbury
4890814176
disable parallel in run-build
2016-03-17 17:09:25 -07:00
Bryan Thornbury
861b7494d3
Add hacky abstraction for quickly parsing RuntimeConfig.json and determining if it's a portable app
2016-03-17 16:39:48 -07:00
Bryan Thornbury
d878331a5e
Fix EndToEnd Tests for portable build and publish
2016-03-17 15:24:36 -07:00
Livar Cunha
8358ccb5e8
Added build before running the tests and the no-build option to opt out of it.
...
Added new tests to ProjectDependencyCommandResolver and new E2E tests for dotnet test.
2016-03-17 15:17:18 -07:00
Bryan Thornbury
6c17d0e29c
fix test
2016-03-17 14:41:56 -07:00
Bryan Thornbury
873310f8f4
fix commandPath ordering for corehost
2016-03-17 14:06:15 -07:00
Bryan Thornbury
98b0c03444
Merge branch 'brthor/nuget-tools-on-shared-fx', remote-tracking branch 'origin' into cli-sdk-stages
2016-03-17 13:56:51 -07:00
Bryan Thornbury
937141c6a5
Cleanup
2016-03-17 13:44:32 -07:00
Bryan Thornbury
f0c2cb2c18
product changes to support portable tools
2016-03-17 13:44:32 -07:00
Bryan Thornbury
b59c4333ea
Remove tool restore from dotnet restore, use nuget tool restore
2016-03-17 13:44:32 -07:00
Bryan Thornbury
bd3ba0bd41
Update tests to reflect portable tools
2016-03-17 13:44:32 -07:00
Bryan Thornbury
51dcb6063f
Add Portable Test Package Asset
2016-03-17 13:44:32 -07:00
Sridhar Periyasamy
ae83a73e35
Create 'dotnet-dev' and 'dotnet' pkg.
...
- 'dotnet-dev' contains the sharedfx, shared host and CLI SDK.
- 'dotnet' contains the sharedfx and the shared host.
2016-03-17 13:42:10 -07:00
Livar Cunha
45abe6d52b
Added extra params (base-build-path, runtime, framework) and refactored parameter parsing into its own class with tests.
...
Changed program.cs to use the new dotnettestparams.
Hooked up the new parameters to the ProjectDependencyCommandResolver
2016-03-17 13:29:16 -07:00
Eric Erhardt
778e63a5a6
Merge pull request #1893 from eerhardt/OriginTest
...
Add initial update-dependencies script.
2016-03-17 14:44:33 -05:00
Pavel Krymets
f5330cdd1f
Merge pull request #1918 from dotnet/pakrym/deps-nulls
...
Remove DependencyModel csv reader, add lots of null checks everywhere
2016-03-17 11:35:20 -07:00
Senthil
0617805104
Merge pull request #1929 from schellap/new
...
Relax error case if runtime config is not present
2016-03-17 11:33:41 -07:00
Senthil
a766bc173e
Relax error case if runtime config is not present
2016-03-17 11:32:46 -07:00
Sridhar Periyasamy
de8b326872
Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into cli-sdk-stages
2016-03-17 11:16:43 -07:00
Senthil
4948c8f04e
Merge pull request #1927 from schellap/new
...
Fix error check and verbose
2016-03-17 11:11:47 -07:00
Senthil
b93b915cc6
Fix error check and verbose
2016-03-17 11:05:49 -07:00
Sridhar Periyasamy
75d49d99f3
Bug fix to copy the hostpolicy and hostfxr binaries from the correct location.
2016-03-17 10:07:03 -07:00
Pavel Krymets
6970a75746
Remove csv reader
2016-03-17 10:03:26 -07:00
Senthil
2044bccea1
Merge pull request #1922 from schellap/fxr-move
...
Add logging and fix xunit runtimeconfig
2016-03-17 09:16:58 -07:00
Eric Erhardt
eccf44c200
Add initial update-dependencies script.
...
This script can be used to automatically update dotnet/cli's
dependencies on other repos like CoreFX, NuGet, etc.
Currently the script supports updating the CoreFX dependencies.
2016-03-17 08:14:09 -05:00