Commit graph

850 commits

Author SHA1 Message Date
Sridhar Periyasamy
b43a1a34a8 Update ci_build.sh
Removing dead code which is no longer used. DOTNET_BUILD_VERSION is set in build.sh.
2015-12-17 18:39:41 -08:00
Sridhar Periyasamy
55b9697b74 Merge branch 'master' of https://github.com/dotnet/cli into publish-tests2 2015-12-17 18:16:33 -08:00
Bryan Thornbury
344d010610 Linux Port of offline build 2015-12-17 18:05:36 -08:00
piotrp
7c722b3fe4 Offline builds on Windows 2015-12-17 18:02:44 -08:00
Sridhar Periyasamy
0b17cc122c Merge pull request #521 from Sridhar-MS/centos-fixes
Scripts changes to accomodate centos builds.
2015-12-17 17:57:43 -08:00
Gaurav Khanna
d498cbf68f Merge pull request #543 from gkhanna79/EnableJITTest
Enable native compilation JIT tests for Mac.
2015-12-17 16:50:53 -08:00
Livar Cunha
82cdb28970 System.CommandLine uses Environment.FailFast when help or ReportError is detected. This causes the debugger to get invoked in windows and is not desirable. The fix here is to handle error and help ourselves, but still use the getHelpText from System.CommandLine to generate the help content. 2015-12-17 14:56:08 -08:00
Gaurav Khanna
8ef4d95097 Enable native compilation JIT tests for Mac. 2015-12-17 14:53:57 -08:00
Gaurav Khanna
e764896edb Merge pull request #413 from gkhanna79/MacJIT
Add Mac RyuJIT support
2015-12-17 14:46:24 -08:00
Gaurav Khanna
6f9f6f54e1 Add Mac RyuJIT support 2015-12-17 14:01:05 -08:00
Andrew Stanton-Nurse
1b247311bf fix install script 2015-12-17 11:55:44 -08:00
Enrico Sada
af82cf7940 typo 2015-12-17 15:16:29 +01:00
David Fowler
56530c9113 Remove verbose dependency info
- It's not needed since we have response files on disk that are easy to look at.
2015-12-17 01:00:24 -08:00
Zlatko Knezevic
ee5cb05e35 Merge pull request #517 from blackdwarf/pkgosxfix
Fix the PKG permission issue and change the install location
2015-12-16 20:15:13 -08:00
Bryan Thornbury
3fd3daa51a Merge pull request #487 from brthor/project_validator
Multi Project Validation
2015-12-16 16:47:51 -08:00
Andrew Stanton-Nurse
1257b6d3b6 add spec for corehost 2015-12-16 15:48:18 -08:00
Bryan Thornbury
0f6562df77 Merge pull request #497 from brthor/upgrade_stdlib
Upgrade StdLib References to rc2-23614, Upgrade Runtime Version
2015-12-16 15:38:51 -08:00
Bryan
b9476d3c2c skip ryujit test on ubuntu 2015-12-16 15:01:27 -08:00
Bryan
c7b14fcdc0 PR Feedback: match coding guidelines 2015-12-16 14:12:25 -08:00
Bryan
3b848c0487 Change Output format to match PR feedback
Don't use Environment.Exit()

PR Feedback, Unecessary Usings and Immutable types
2015-12-16 14:12:24 -08:00
Krzysztof Wicher
568d343de9 Merge pull request #480 from krwq/little_refact_publish
Make dotnet-publish slightly more readable
2015-12-16 13:32:31 -08:00
Sridhar Periyasamy
6046de8efe Address PR feedback. 2015-12-16 13:04:29 -08:00
Bryan
2139df7b0b update e2e dependencies 2015-12-16 11:48:39 -08:00
Bryan
bfa9710d52 update crossgen scripts to 23616 2015-12-16 11:48:39 -08:00
Bryan
3c1c747d9d rc2-23616 to hopefully resolve crossgen issues 2015-12-16 11:48:33 -08:00
Bryan
d768b2a768 Change PAL::hresult_t to int 2015-12-16 11:48:05 -08:00
Bryan
64c06f7158 Change Roslyn scripts to reference the right runtime version 2015-12-16 11:48:05 -08:00
Bryan
fcad2bab83 Upgrade References in Project.json files to rc2-23614 2015-12-16 11:47:55 -08:00
Pavel Krymets
caf82a96ec Add target framework attribute 2015-12-16 10:54:57 -08:00
Pavel Krymets
ce2628d527 Add support for symbol packages 2015-12-16 10:49:15 -08:00
Pavel Krymets
bb94f6046b Escape assembly info properties 2015-12-16 09:00:42 -08:00
Krzysztof Wicher
d5791bfa1c Make dotnet-publish slightly more readable 2015-12-15 23:55:56 -08:00
Zlatko Knezevic
91990d3b37 Responding to PR feedback 2015-12-15 20:35:21 -08:00
Sridhar Periyasamy
8f228f446a Update publish.ps1
Redirect azure storage command line output to console. Need this to diagnose azure CLI issues in the VSO CI.
2015-12-15 19:10:06 -08:00
Sridhar Periyasamy
67ad2a8fab Scripts changes to accomodate centos builds.
Does not contain changes to actually build CLI on centos.
2015-12-15 18:15:31 -08:00
Zlatko Knezevic
5ef832ee94 Fix the PKG permission issue and change the install location
A temporary fix for the PKG permission issue by using chmod -R 755 in the postinstall
script. Change the install location to remove the "cli" part of the path. Also
change the corehost to reflect this change.

Fixes #492 and #390
2015-12-15 15:24:50 -08:00
Sridhar Periyasamy
d17dff0647 Merge pull request #512 from Sridhar-MS/build-fixes
Fix build breaks due to automatic upgrade of Rosyln "Microsoft.CodeAnalysis.Compilers" package.
2015-12-15 12:56:31 -08:00
Sridhar Periyasamy
53382b02c8 Fix build breaks due to automatic upgrade of Rosyln
"Microsoft.CodeAnalysis.Compilers" package. So upgrading
"Microsoft.Net.Compilers.netcore" to work with the newer verisons.
2015-12-15 12:15:24 -08:00
Sridhar Periyasamy
771b0b1eb1 Fix build break 2015-12-15 10:04:16 -08:00
Sridhar Periyasamy
f7ae98eb1d Fix runtests.sh 2015-12-15 09:46:21 -08:00
Sridhar Periyasamy
f910bc9eff Merge branch 'publish-tests1' of https://github.com/sridhar-ms/cli 2015-12-14 17:42:22 -08:00
Sridhar Periyasamy
07eb7ef28f Dotnet publish tests 2015-12-14 17:39:29 -08:00
Pavel Krymets
ab5b16c00c Flow project metadata to assembly 2015-12-14 16:39:31 -08:00
Bryan
dd5c0bb423 do not fail build on pjvalidate failure 2015-12-14 15:15:02 -08:00
Bryan
f54b08ea53 Add Console color and upgrade references to 23614 2015-12-14 15:08:16 -08:00
Cesar Blum Silveira
fb461c27bf Support overriding strong naming key path with environment variable. 2015-12-14 10:55:55 -08:00
Pavel Krymets
93158dc1be Add resource satelite assembly generation 2015-12-14 08:33:11 -08:00
David Fowler
aebc89683e Clean up whitespace 2015-12-13 22:40:11 -08:00
David Fowler
2f64f62e67 Move the temp folder under the project root
- Makes it easier to find it
- Works for .NET Framework when changing the app base
- There seems to be a problem when quitting the child process with Ctrl + C
2015-12-13 22:07:32 -08:00
Bryan
d502f3d57e Add Project Validation to build scripts. Fail on a failed analysis. 2015-12-11 14:24:06 -08:00