Commit graph

710 commits

Author SHA1 Message Date
Livar Cunha
61e9f2f2a5 Adding a key to use for strong name signing of our assemblies and modifying the project.json of our projects to include that key. 2015-12-19 17:46:22 -08:00
Sridhar Periyasamy
3395b43bd9 Merge pull request #508 from Sridhar-MS/publish-tests2
Dotnet publish tests
2015-12-18 15:36:29 -08:00
Piotr Puszkiewicz
f17a2dbb93 Merge pull request #544 from piotrpMSFT/piotrpMSFT/260/offlineBuilds
Offline builds. Fixes #260.

On Windows, build.cmd -Offline
@brthor is adding a parameter option for Linux/Mac
2015-12-18 14:50:37 -08:00
Bryan Thornbury
6bd2da6b05 Merge pull request #617 from krwq/nugetconfig
Add nuget.config to dotnet-new template
2015-12-18 14:45:45 -08:00
Bryan Thornbury
8511867343 Merge pull request #612 from dotnet/dotnet-pack
Dotnet pack test
2015-12-18 13:30:17 -08:00
piotrp
0bcc899ce3 Make default Online 2015-12-18 12:48:37 -08:00
Krzysztof Wicher
4c0458233d add nuget.config to dotnet-new template 2015-12-18 12:29:42 -08:00
Pavel Krymets
f05b208ad7 Add dependency model api 2015-12-18 12:09:39 -08:00
Livar
64946cf7d7 Merge pull request #611 from livarcocc/run_help_crash
Crash when doing dotnet run --help
2015-12-18 12:05:39 -08:00
Bryan Thornbury
e8a7228feb Dotnet pack test
Enable Dotnet Pack Test..

Not sure why this method didn't have a fact attribute. Thanks for pointing this out @krwq
2015-12-18 11:34:55 -08:00
Livar Cunha
9d8f529590 Handling help and error manually to prevent a call to Environment.FailFast call in System.CommandLine 2015-12-18 10:30:04 -08:00
Livar
3b9828404e Merge pull request #530 from livarcocc/native_help_crash
compile-native and compile-csc crash when invoked with --help
2015-12-18 09:52:00 -08:00
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
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