Commit Graph

5512 Commits

Author SHA1 Message Date
Pranav K 4e68e8f3ab Reacting to CoreCLR package version changes 2016-02-08 09:33:41 -08:00
N. Taylor Mullen 7190b704b1 Temporary build test fixes. 2016-02-06 15:08:27 -08:00
N. Taylor Mullen 42890042a3 Update shared project system.runtime dependency. 2016-02-05 17:50:53 -08:00
N. Taylor Mullen cdf1d1f6c6 Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
2016-02-05 17:23:13 -08:00
N. Taylor Mullen 46d7d8988e Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
2016-02-05 17:21:45 -08:00
Cesar Blum Silveira ce2f823c7d Build with dotnet (#70). 2016-02-04 11:15:27 -08:00
Cesar Blum Silveira 9c734ddbab Reference Microsoft.NETCore.Platforms where necessary. 2016-02-03 12:47:47 -08:00
John Luo 0d4fe3ba72 Updating to new CLI 2016-02-01 18:52:41 -08:00
Cesar Blum Silveira 0556a2c291 Use dotnet 1.0.0.001244 on *nix. 2016-01-29 05:06:23 -08:00
Cesar Blum Silveira fdcbc0f2eb Handle --version in dotnet-install.sh. 2016-01-29 04:00:48 -08:00
Doug Bunting cb4d93ce74 Fix typo that broke `--no-restore`
- `NoRestore` was checked when registering `repo-initialize` target instead of when executing it
2016-02-10 10:54:39 -08:00
Doug Bunting 5444297795 Add `--no-restore` and apply `--quiet` to `dotnet restore`
- new `--no-restore` pseudo-target controls whether `dotnet restore` runs at all
- `--quiet` adds `--verbosity minimal` to `dotnet restore` command

nit: clean out dangling `KOREBUILD_TEST_DNXCORE` environment variable
 - `--test-dnxcore` now logs a warning
2016-02-09 15:05:32 -08:00
Pranav K ba7f46d3bc * Add a switch to specify a version to KoreBuild
* Use a fixed version of the CLI until build issues are resolved.
2016-02-09 11:44:11 -08:00
Kiran Challa de449ee249 Fix dotnet publish to only delete the specific framework bin folder 2016-02-08 10:36:09 -08:00
Brennan 3adcbd10f7 Move temp delete elsewhere 2016-02-05 10:40:28 -08:00
Ajay Bhargav Baaskaran a089369216 Updated Json.Net version 2016-02-04 16:43:55 -08:00
Brennan 564dae0a6a Fix cross gen issue 2016-02-04 16:29:50 -08:00
Andrew Stanton-Nurse 95be6b9a51 update dotnet-install script and use beta channel 2016-02-04 10:32:08 -08:00
Kiran Challa c0ed67e96f Enable running tests using dotnet xunit test runner 2016-02-04 10:10:49 -08:00
Brennan 2d2e71e2c8 React to Logging API changes 2016-01-25 09:29:39 -08:00
Cesar Blum Silveira 33ddbf8f4c Set DOTNET_HOME correctly. 2016-01-22 19:30:04 -08:00
Nate McMaster 0348dffe26 Fix odd bug in globbing 2016-02-02 15:58:14 -08:00
Pavel Krymets 8854869d11 Add resx generation back 2016-02-02 12:19:53 -08:00
Victor Hurdugaci d1672ffb5b Update to the latest (floating) CLI 2016-02-01 13:58:34 -08:00
Victor Hurdugaci 5c8e9c9091 Skip runtime install flag 2016-01-29 15:43:02 -08:00
Victor Hurdugaci 9bb7768717 Build tests and samples 2016-01-27 20:19:31 -08:00
N. Taylor Mullen 342676925f Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:39:12 -08:00
N. Taylor Mullen 43dfd15a01 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:32:33 -08:00
N. Taylor Mullen 9beb46dff1 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:42 -08:00
N. Taylor Mullen e28aa5f568 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:49 -08:00
N. Taylor Mullen 5227607c58 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:46 -08:00
N. Taylor Mullen b87a8001fe Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:08 -08:00
Pranav K 91ee0f323b Reacting to CoreCLR package version change 2016-01-20 21:03:04 -08:00
Pranav K c8aa4c2c51 Reacting to CoreCLR version changes 2016-01-20 20:39:57 -08:00
Pranav K 099bc91ef2 Removing --parallel flag 2016-01-20 11:07:17 -08:00
Pranav K 786530fcb3 Use a fixed version of CLI 2016-01-20 10:54:36 -08:00
moozzyk 10964cc04f Disabling parallel restore on Mac and Linux 2016-01-19 14:14:41 -08:00
Andrew Stanton-Nurse 2e02adcfc7 Update _dotnet-restore.shade 2016-01-19 12:39:42 -08:00
Andrew Stanton-Nurse 2564e466e4 Remove --parallel
Now that dotnet cli is using NuGet, it's parallel by default!
2016-01-19 12:26:52 -08:00
John Luo 5a284732af Reacting to hosting rename 2016-01-17 16:49:26 -08:00
Victor Hurdugaci 3e1b55701a Install xunit.core 2016-01-15 12:05:55 -08:00
Pranav K 9bc8cc1def Updating CLI _k-standard-goals to remove use of dnu pack
Fixes #355
2016-01-15 10:46:30 -08:00
Nate McMaster dd81654b33 Fix path to korebuild folder in bash script 2016-01-15 09:56:50 -08:00
Nate McMaster 0c0b724009 Run specific targets in bash 2016-01-14 16:47:35 -08:00
Nate McMaster cec2051151 Updating build script 2016-01-14 16:41:14 -08:00
Ajay Bhargav Baaskaran 99474a2709 Removed use of dnu commands 2016-01-14 11:57:29 -08:00
Cesar Blum Silveira d70e1eca73 Honor KOREBUILD_TEST_SKIPMONO (#353). 2016-01-13 12:43:34 -08:00
Cesar Blum Silveira 8b6df5f704 Set DOTNET_HOME to correct path (#350). 2016-01-13 12:00:45 -08:00
Nate McMaster ec58bb7529 Add test args to dotnet-test-xunit 2016-01-12 10:48:28 -08:00
John Luo eed89cd37c Accidentally removed required namespace 2016-01-08 17:28:31 -08:00