Commit graph

21885 commits

Author SHA1 Message Date
David Fowler
81f4ebe412 Support mono for dotnet run 2015-11-01 02:30:34 -08:00
David Fowler
8a32f5ece9 Copy dependencies on compile for desktop targets 2015-11-01 02:04:26 -08:00
David Fowler
30f8e6fa4c Remove the message that reports compilation failed 2015-11-01 01:44:53 -07:00
David Fowler
d430ad35c4 Fixed bug resolving native search paths 2015-11-01 01:25:10 -07:00
David Fowler
05fae4d102 Fixed description of preserve-temporary 2015-10-31 23:49:41 -07:00
David Fowler
a65303dd76 Merge pull request #133 from dotnet/anurse/dotnet-run
dotnet-run command
2015-10-31 22:23:48 -07:00
Andrew Stanton-Nurse
b7e6a0e6cd clean up copypasta 2015-10-31 22:07:41 -07:00
Andrew Stanton-Nurse
cfdd93abef add windows build 2015-10-31 21:57:10 -07:00
Andrew Stanton-Nurse
3ce7a84a04 dotnet-run command 2015-10-31 21:57:07 -07:00
Andrew Stanton-Nurse
cfb5a1836e fix up bootstrap script a bit 2015-10-31 21:33:17 -07:00
Andrew Stanton-Nurse
fbedf48da2 fix windows build 2015-10-31 21:19:15 -07:00
Bryan Thornbury
d5412f767e Merge pull request #122 from brthor/compilenative
Compile Native Option, first version
2015-10-30 15:57:08 -07:00
Bryan Thornbury
8a7a74ff5f Merge remote-tracking branch 'upstream/master' into compilenative 2015-10-30 15:49:58 -07:00
Bryan Thornbury
6866635b70 rev debian version 2015-10-30 15:49:56 -07:00
Andrew Stanton-Nurse
84312846ec speed up cmake docker build 2015-10-30 15:47:11 -07:00
Bryan Thornbury
67a17393f8 fix compilation error 2015-10-30 15:34:50 -07:00
Bryan Thornbury
82d538c43a fix compilation error 2015-10-30 15:20:14 -07:00
Bryan Thornbury
951e682070 remove constant 2015-10-30 15:17:43 -07:00
Bryan Thornbury
04e2212f45 clean up --native option 2015-10-30 15:13:53 -07:00
Bryan Thornbury
15cbb75e45 merge with master 2015-10-30 15:11:18 -07:00
Andrew Stanton-Nurse
e70a169b28 Add a shared runtime aware host
And use it in dotnet-compile
2015-10-30 15:03:29 -07:00
Bryan Thornbury
f8ebf66dfc catch clean failure 2015-10-30 14:56:10 -07:00
Bryan Thornbury
822f8100a9 clean things up 2015-10-30 14:48:09 -07:00
Sridhar Periyasamy
d8ab5357fd Update README.md
Fixing the status badges.
2015-10-30 14:26:28 -07:00
glennc
070037d6f4 Finish changes for new storage feed format 2015-10-30 11:39:30 -07:00
glennc
8525dbdae3 initial changes for new storage account 2015-10-30 11:39:30 -07:00
Andrew Stanton-Nurse
1654235d74 re-enable smoke test 2015-10-29 19:46:02 -07:00
Andrew Stanton-Nurse
cb6bd78d61 fix project.json for TestApp 2015-10-29 19:42:02 -07:00
Andrew Stanton-Nurse
b81465c868 update windows bootstrap script 2015-10-29 19:42:02 -07:00
Andrew Stanton-Nurse
13e279e146 update docker build script 2015-10-29 19:42:02 -07:00
Andrew Stanton-Nurse
d7c73e8b29 clean up some build script stuff 2015-10-29 19:42:02 -07:00
Andrew Stanton-Nurse
11a3bf3076 clean up dependency on DNX 2015-10-29 19:41:32 -07:00
Bryan Thornbury
186fbb1088 Merge pull request #124 from brthor/disable_smoke_test
Smoke Test is breaking ubuntu and Linux Builds. Disable it temporarily
2015-10-29 16:39:08 -07:00
Bryan Thornbury
72097df82f Smoke Test is breaking ubuntu and Linux Builds. Disable it temporarily 2015-10-29 16:35:23 -07:00
Andy Gocke
11f0443ca5 Merge pull request #121 from agocke/RepairReadyToRun
Get ReadyToRun working on -23428
2015-10-29 14:49:10 -07:00
Sridhar Periyasamy
91b0185b54 Minor fix to add quotes to the Upload_URI variable. 2015-10-29 14:21:21 -07:00
Bryan Thornbury
8d4afc5617 disable smoke test temporarily 2015-10-29 14:19:06 -07:00
Bryan Thornbury
9339c22a5c tweak to debian_build_lib and up version number of package 2015-10-29 13:55:06 -07:00
Bryan Thornbury
b86dbda57e --native compile option 2015-10-29 13:29:38 -07:00
Bryan Thornbury
4cb3b9569b Merge remote-tracking branch 'upstream/master' into compilenative 2015-10-29 12:04:02 -07:00
Bryan Thornbury
7fe32a93b1 --native first attempt 2015-10-29 12:03:01 -07:00
Andy Gocke
e9714c419a Get ReadyToRun working on -23428 2015-10-29 11:38:18 -07:00
David Fowler
756080421d Use CoreConsole on *nix
- Changed publish to use CoreConsole instead of
CoreRun for *nix
- Locked pacakge versions for test projects
2015-10-29 02:23:09 -07:00
David Fowler
6bab94b359 Add omnisharp.json file to exclude test projects from editor 2015-10-29 01:48:46 -07:00
David Fowler
c83f58d566 Minor API cleanup
- Make ProjectContextBuilder a fluent API
- Rename ResolveRepositoryPath to ResolvePackagesPath
2015-10-29 01:35:23 -07:00
David Fowler
2a37430053 Updated the solution and project file 2015-10-29 00:21:35 -07:00
David Fowler
f98159b3bb Renamed ProjectModel project
- Microsoft.Extensions.ProjectModel -> Microsoft.DotNet.ProjectModel
2015-10-29 00:15:12 -07:00
Andy Gocke
a74fddf8b2 Merge pull request #111 from agocke/AddRoslynCrossgen
First try at crossgening Roslyn
2015-10-29 00:06:19 -07:00
Andy Gocke
e3e5a95c10 Remove -ReadyToRun to workaround dotnet/coreclr#1889 2015-10-28 23:43:35 -07:00
Andy Gocke
c2fa68df30 Rebase onto 23428 update 2015-10-28 22:42:14 -07:00