Senthil
de09e3341f
Merge pull request #630 from gkhanna79/FixSDKBug
...
Add missing ILCSdkPath override
2015-12-20 10:05:51 -08:00
Gaurav Khanna
155b5221af
Fix bug to correctly redefine ILCSdkPath if ILCPath is overridden but ILCSDKPath is not.
2015-12-20 07:59:09 -08:00
Gaurav Khanna
2faa8a1270
Merge pull request #622 from gkhanna79/SDKPath
...
Add --ilcsdkpath
2015-12-19 22:36:35 -08:00
Gaurav Khanna
16d5e66891
Merge pull request #626 from gkhanna79/FixDoc
...
Update CLI Readme.md for Mac JIT support
2015-12-19 18:10:36 -08:00
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
Gaurav Khanna
b3f43457bc
Update CLI Readme.md for Mac JIT support
2015-12-19 15:19:57 -08:00
Gaurav Khanna
57cbc119de
Add support --ilcsdkpath to allow ILCompiler to consume a custom build of ILCompiler.SDK
2015-12-19 14:05:06 -08:00
Sridhar Periyasamy
3a2b87a92d
Fix to not download Dnx always during a build.
2015-12-18 17:04:29 -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
Sridhar Periyasamy
1db27b7ae3
Enable building dotnet-CLI for centos.
...
I had to patch up a redhat dnx package which supports NETStandard.Library package. It is currently uploaded to dotnet-cli blob storage. This hack will no longer be required when we move to xplat nuget to do 'dotnet restore'. Apart from this there are three issues that are tracked for centos.
- compile-native not yet supported - https://github.com/dotnet/cli/issues/453
- dnu restore crashes intermittently on centos. I need to investigate this a little bit more and file issues on dnx or coreclr. This will make our CI builds very flaky.
- Dotnet restore does not restore native shims when using “centos.7-x64” - https://github.com/dotnet/corefx/issues/5066
2015-12-18 11:32:20 -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
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