eerhardt
ea8ae8d1c7
Updating CoreFx, CoreSetup to rc3-24204-00, rc3-004400 respectively
2016-06-04 18:32:34 +00:00
Eric Erhardt
06da2ee9b2
Merge pull request #3380 from eerhardt/NewSharedFX
...
Update CoreSetup to rc3-004397
2016-06-04 09:47:06 -05:00
Eric Erhardt
4f95bc0010
Update CoreSetup to rc3-004397
2016-06-04 00:00:28 -05:00
Eric Erhardt
9aee42aab6
Merge pull request #3373 from eerhardt/RuntimeCoreCLR
...
Move dependency from Microsoft.NETCore.Runtime to Microsoft.NETCore.Runtime.CoreCLR.
2016-06-03 23:42:33 -05:00
Eric Erhardt
b512ddb8b8
Merge pull request #3369 from eerhardt/FixDocker
...
Port @ellismg's debian docker file fix to CLI.
2016-06-03 16:51:51 -05:00
Eric Erhardt
9ffe91f367
Move dependency from Microsoft.NETCore.Runtime to Microsoft.NETCore.Runtime.CoreCLR.
2016-06-03 16:35:00 -05:00
Bryan Thornbury
4f14a3c33e
Merge pull request #3353 from brthor/brthor/3079
...
update help message
2016-06-03 13:16:27 -07:00
Eric Erhardt
d4d9653e05
Port @ellismg's debian docker file fix to CLI.
2016-06-03 13:58:33 -05:00
Eric Erhardt
7804f59519
Merge pull request #3364 from eerhardt/UpdateDependencies
...
Updating CoreFx, CoreSetup, Roslyn to rc3-24201-00, rc3-004391, beta1-20160602-01
2016-06-03 13:27:52 -05:00
Eric Erhardt
8162f89996
Fixing PortableAppWithRuntimeTargetsIsPublishedCorrectly now that libuv is contained in the Shared Framework.
2016-06-03 11:16:52 -05:00
Eric Erhardt
f16f2e64eb
Updating CoreFx, CoreSetup, Roslyn to rc3-24201-00, rc3-004391, beta1-20160602-01
2016-06-03 07:27:42 -05:00
Eric Erhardt
0366576dba
Merge pull request #3361 from eerhardt/AddRoslynDependency
...
Add Roslyn as a dependency in update-dependencies.
2016-06-03 07:21:27 -05:00
Eric Erhardt
5e6ae9cd48
Add Roslyn as a dependency in update-dependencies.
2016-06-03 01:03:48 -05:00
MichaelSimons
c622debad0
Removed publish logic that triggered dotnet-preview Docker builds. This logic has been moved to Maestro.
2016-06-02 19:07:16 -07:00
Livar
3af43c8669
Merge pull request #3355 from livarcocc/fix_fedora_23_dockerfile
...
Fix fedora 23 and ubuntu 16 dockerfile
2016-06-02 18:12:19 -07:00
Bryan Thornbury
4557f2a42f
update help message
2016-06-02 15:21:29 -07:00
Livar Cunha
bb034b325e
Also updating the ubuntu16.04 dockerfile to remove the llvm dependencies
2016-06-02 14:47:35 -07:00
Livar Cunha
cc6c22c01f
Fix an error in the fedora23 dockerfile where we added findutils after the && when invoking dnf. That caused findutils to be invoked instead of installed.
2016-06-02 14:39:33 -07:00
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