Commit graph

3053 commits

Author SHA1 Message Date
Eric Erhardt
0577337cdc Merge pull request #3351 from dotnet/preview2
Updating CoreSetup to rc3-004373
2016-06-02 15:47:00 -05:00
Eric Erhardt
351255dda1 Updating CoreSetup to rc3-004373 2016-06-02 14:45:00 -05:00
Bryan Thornbury
37bf9ee993 Merge pull request #3346 from brthor/brthor/2408
fixes #2408 stop using corehost to activate projectdependencycommands
2016-06-02 12:41:21 -07:00
Bryan Thornbury
cb746f6098 Merge pull request #3333 from brthor/brthor/3119
fixes #3119
2016-06-02 12:39:32 -07:00
Eric Erhardt
74a9594634 Small fixes to update-dependencies.
Fix stage0 location to be the same as build.

Fix ReplaceDependencyVersion to only mark IsUpdated = true when the version was actually updated.

Point to core-setup/release/1.0.0.
2016-06-02 14:09:50 -05:00
Bryan Thornbury
595c6f6ea9 Merge pull request #3336 from brthor/brthor/remove-clang-dep-in-sdk
remove clang-3.5 as a dependency of the deb package
2016-06-02 11:49:18 -07:00
Bryan Thornbury
a58d780962 Merge pull request #3331 from brthor/port-dockerfile-cleanup
port @ellismg's dockerfile cleanup
2016-06-02 10:54:10 -07:00
Bryan Thornbury
64508f08ab fixes #2408 stop using corehost to activate projectdependencycommands 2016-06-02 10:50:38 -07:00
Livar
48b3b02d3c Merge pull request #3334 from livarcocc/skip_installer_for_ubuntu_16
We need to prevent downloading deb packages on Ubuntu16.04 since we d…
2016-06-01 21:39:10 -07:00
Bryan Thornbury
06047ee413 Update only the ubuntu.14.04 dockerfile from https://github.com/dotnet/core-setup/pull/58 2016-06-01 18:06:37 -07:00
Bryan Thornbury
c6718df2fb remove clang-3.5 as a dependency of the deb package 2016-06-01 17:57:15 -07:00
Bryan Thornbury
5c01db5ece Merge pull request #3327 from dotnet/brthor/fix-pkg
Fix the location of sharedfx + sharedhost pkgs downloaded from core-s…
2016-06-01 17:37:06 -07:00
Bryan Thornbury
30b9c89bd7 fixes #3119 2016-06-01 17:35:20 -07:00
Livar Cunha
5f791ff9c5 We need to prevent downloading deb packages on Ubuntu16.04 since we don't have them there yet. This is a hack and the right fix would be to not use a enum with the BuildPlatform, but something that allowed us to express the platform and the version of the platform. 2016-06-01 17:17:59 -07:00
Bryan Thornbury
77d914bc86 Merge pull request #3332 from brthor/brthor/fix-netcigroovy
update netci.groovy to use ubuntu.14.04
2016-06-01 17:01:44 -07:00
Bryan Thornbury
aa7cbeba3a update netci.groovy to use ubuntu.14.04 2016-06-01 16:47:46 -07:00
Bryan Thornbury
1ed73046f4 Fix the location of sharedfx + sharedhost pkgs downloaded from core-setup for the sdk pkg build 2016-06-01 15:34:47 -07:00
Livar
b8026dfad4 Merge pull request #3324 from livarcocc/fix_opensuse_name
Fixing the name of openSUSE for Jenkins.
2016-06-01 11:43:22 -07:00
Livar Cunha
f15a3248be Fixing the name of openSUSE for Jenkins. 2016-06-01 11:40:44 -07:00
Livar
80d3476fd1 Merge pull request #3278 from livarcocc/ubuntu1604
Adding Ubuntu 16.04 and Fedora 23
2016-05-31 20:43:16 -07:00
Livar Cunha
5c1f20b6e8 Adding the new OSes RIDs to a couple of test projects that were missed before. 2016-05-31 17:13:17 -07:00
Livar Cunha
7652335195 Addressing code review comments and adding opensuse 13.2 2016-05-31 15:15:57 -07:00
Matt Ellis
5174fc06bd Fix syntax error in _common.sh
I believe the intention here was to have -o behave like || however it's
not event needed.  =~ does a regex match and so the =~ check against
ubuntu is sufficent.
2016-05-31 15:15:57 -07:00
Matt Ellis
29bd8be092 Remove some rids from cross plublish tests
Until all the packages are published for these RIDs (which requires the
work in core-setup to land) we can't cross publish for the new distros.
2016-05-31 15:15:57 -07:00
Matt Ellis
45dc82eb82 Remove some dead code 2016-05-31 15:15:57 -07:00
Matt Ellis
20f9811741 Fix versioned BuildPlatforms logic 2016-05-31 15:15:56 -07:00
Matt Ellis
2155a419ad Generate correct badges filenames 2016-05-31 15:15:56 -07:00
Livar Cunha
a80dcbe5be Adding fedora 23 and ubuntu 16.04 to the Update-dependencies project. 2016-05-31 15:15:56 -07:00
Livar Cunha
636ffac3a9 Undoing documentation changes to include ubuntu16.04. Will add it back once we have VSO builds running happily and producing binaries for it. 2016-05-31 15:15:56 -07:00
Livar Cunha
b524fd079e Undoing documentation changes to include ubuntu16.04. Will add it back once we have VSO builds running happily and producing binaries for it. 2016-05-31 15:15:56 -07:00
Livar Cunha
baf98263f0 Fixing a missing $ for a string formatting 2016-05-31 15:15:08 -07:00
Livar Cunha
ca326cb4ec Removing dotnet-core from the NuGet.Config and add --disable-parallel to RestoreTestPackages. It was causing issues when reading global.json in Ubuntu and Fedora 2016-05-31 15:15:08 -07:00
Matt Ellis
3e9a3d2d95 Fix syntax error 2016-05-31 15:15:08 -07:00
Matt Ellis
6ccc40e146 Use different moniker for the new distros 2016-05-31 15:15:08 -07:00
Livar Cunha
7963018d3d Small changes that I noticed when diffing the files 2016-05-31 15:15:08 -07:00
Livar Cunha
e634fedae8 Adding Fedora 23 2016-05-31 15:15:08 -07:00
Livar Cunha
84d1b60ffe Adding docker files, modifying scripts and code to handle ubuntu 16.04 2016-05-31 15:15:08 -07:00
Petr Onderka
2fb8656936 Removed ASP.NET RC1 section from README (#3261) 2016-05-31 15:05:17 -07:00
Eric Erhardt
71b5e40060 Merge pull request #3305 from eerhardt/UpdateDependencies20160531082746
Updating CoreFx, CoreSetup to rc3-24131-00, rc3-004363 respectively
2016-05-31 16:45:39 -05:00
Eric Erhardt
b1b7caac3d Merge pull request #3303 from eerhardt/ReEnableTests
Re-enable tests disabled for crossgen enabling
2016-05-31 16:16:05 -05:00
eerhardt
657c03b625 Updating CoreFx, CoreSetup to rc3-24131-00, rc3-004363 respectively 2016-05-31 20:27:46 +00:00
Eric Erhardt
b3bf977c00 Merge pull request #3302 from eerhardt/Update128_4338
Updating CoreFx, CoreSetup to rc3-24128-00, rc3-004338 respectively
2016-05-31 13:59:25 -05:00
Eric Erhardt
32b6204fda Re-enable tests disabled for crossgen enabling
Fix #3269
2016-05-31 13:26:39 -05:00
Eric Erhardt
d50068a5e4 Updating CoreFx, CoreSetup to rc3-24128-00, rc3-004338 respectively 2016-05-31 12:55:36 -05:00
Eric Erhardt
33b22d1638 Merge pull request #3277 from eerhardt/UpdateDependencies20160528124849
Updating CoreFx, CoreSetup to rc3-24127-01, rc3-004336 respectively
2016-05-31 10:45:58 -05:00
Eric Erhardt
e83b0b374a Merge pull request #3287 from jtkech/patch-1
minor change to a comment in IncrementalManager.cs
2016-05-31 09:58:44 -05:00
Eric Erhardt
4c6d435d56 Merge pull request #3291 from martincostello/Fix-Help-Typo
Fix typo in "dotnet build --help"
2016-05-31 09:57:37 -05:00
Eric Erhardt
0ddf60bbc5 Merge pull request #3295 from RendleLabs/rendlelabs-readme-links
Fix Building from source links in README
2016-05-31 09:56:36 -05:00
Eric Erhardt
fad7477ea5 Microsoft.NETCore.App no longer supports netstandard
Any project that references Microsoft.NETCore.App must target netcoreapp1.0.

Moving app projects to netcoreapp1.0; moving library projects to reference NETStandard.Library.
2016-05-31 09:54:28 -05:00
Mark Rendle
5ac3954ee4 Fix Building from source links in README 2016-05-31 14:24:30 +01:00