Commit Graph

5064 Commits

Author SHA1 Message Date
N. Taylor Mullen 8f2c77caac Re-add netstandard for non-tool project. 2016-03-02 11:23:31 -08:00
N. Taylor Mullen 911506dc6b Revert "Transition to netstandard."
This reverts commit 078604f3a8.
2016-03-02 10:06:46 -08:00
jacalvar b2b623816b Make ServiceCollectionExtensions consistent 2016-03-01 16:36:42 -08:00
N. Taylor Mullen 1e06560676 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:37:16 -08:00
N. Taylor Mullen 078604f3a8 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:12 -08:00
N. Taylor Mullen 8c293934e8 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:32:25 -08:00
N. Taylor Mullen d33c2ac377 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:31:31 -08:00
N. Taylor Mullen e8f642df19 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:29:45 -08:00
Pranav K 27e373b277 Copy nupkgs from artifacts directory of project built 2016-03-01 13:06:21 -08:00
Pranav K d5ca369239 Only publish repo artifacts if they exist 2016-02-29 18:47:28 -08:00
Pranav K 2405a2f2f4 Publish packages to CI_VOLATILE_SHARE at the end of the build 2016-02-29 10:19:10 -08:00
Victor Hurdugaci b94fc1abf3 Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
Victor Hurdugaci 20d5997c5f Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
Victor Hurdugaci 39af4735ac Return the error code from build.cmd 2016-02-28 10:12:13 -08:00
Victor Hurdugaci 5cf18e31e7 Return the error code from build.cmd 2016-02-28 10:12:12 -08:00
Victor Hurdugaci ed2529edce Return the error code from build.cmd 2016-02-28 10:12:09 -08:00
Victor Hurdugaci ef7663bee9 Update the build scripts 2016-02-27 12:51:14 -08:00
Victor Hurdugaci 060aa7f6c2 Update the build scripts 2016-02-27 12:51:12 -08:00
Victor Hurdugaci c6e3cf30d3 Update the build scripts 2016-02-27 12:51:10 -08:00
Victor Hurdugaci 99e7d5e56e Update the build scripts 2016-02-27 12:51:09 -08:00
Victor Hurdugaci 2e84cc5aac Update the build scripts 2016-02-27 12:51:06 -08:00
John Luo 3f6bc6d750 Remove mac limit for open files 2016-02-26 16:42:14 -08:00
BrennanConroy c2d889f35e Pin to current latest CLI 2016-02-26 11:59:43 -08:00
Pranav K f39a8f6ad6 Add PlatformAbstractions to repositories to build 2016-02-25 12:13:46 -08:00
Doug Bunting 7ebbbce052 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:13:31 -08:00
Doug Bunting 34c0c20851 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:47:22 -08:00
Doug Bunting 40e242cb98 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:46:33 -08:00
Doug Bunting 05b2b8e7d8 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:44:10 -08:00
Doug Bunting f344d798c1 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:34:44 -08:00
Doug Bunting edd1f7a0d0 Update template's `build.cmd` to match best of our repo's
- #347
- `%KOREBUILD_VERSION%` doesn't work without this fix

Will apply accross the repos once this is approved.
2016-02-24 12:15:02 -08:00
Doug Bunting 5de08352fa Update `build.sh` to match other repos
- currently attempts to `source KoreBuild.sh`
2016-02-24 09:37:41 -08:00
Pranav K 0efa8c9204 Use Dotnet to run tests for DNXCore50
Fixes #400
2016-02-24 08:14:05 -08:00
Pranav K f461329cdb Reduce the number of directories we look for projects to build in. 2016-02-23 17:27:50 -08:00
moozzyk 8eb3946caf Preventing from running dotnet test if test runner is not specified 2016-02-23 16:33:26 -08:00
Kiran Challa 67e49d3636 Enable passing in 'parallel' parameter to dotnet test 2016-02-23 14:10:17 -08:00
moozzyk 38d7bab73d Removing -pre as it causes test failures due to version mismatch
between what the build runs vs what project references

Also removing for Sake since it is not needed
2016-02-23 12:56:12 -08:00
Pranav K aca02c8311 Don't invoke k-clean as part of default lifecycle.
Fixes #382
2016-02-23 10:35:16 -08:00
moozzyk 0aa39e9d29 Adding -noappdomain option to work aroun a Mono issue 2016-02-23 09:30:58 -08:00
Pranav K 4bf99de4e4 Remove framework from dotnet-test 2016-02-23 09:06:05 -08:00
Pranav K a7642bd20d Only run one set of desktop tests (net451 or dnx451). 2016-02-22 23:24:21 -08:00
moozzyk 90763b60a5 Fixing the build caused by new dotnet CLI 2016-02-22 17:31:04 -08:00
moozzyk f4e69beea1 Creating webroot if one does not exists
One scenario it is useful is where the webroot does not contain any files. In this case even if the webroot is included in the "content" section dotnet publish does will not publish it.
2016-02-22 17:11:57 -08:00
BrennanConroy 350f9c4cef React to dotnet pack nupkg drop location 2016-02-22 16:47:08 -08:00
moozzyk 1739bf3f2c Going back to 1496 after we found a workaround for Kestrel 2016-02-22 16:02:08 -08:00
moozzyk 165cdd10d5 Reverting to old CLI version due to https://github.com/NuGet/Home/issues/2153 2016-02-22 15:36:55 -08:00
moozzyk 12be957cad Updating dotnet cli version to 1496
Removing DOTNET_HOME as it is no longer used
2016-02-22 14:29:39 -08:00
Victor Hurdugaci 9b10be8612 Pass the correct configuration to the test runners 2016-02-22 09:51:51 -08:00
Ajay Bhargav Baaskaran 3007398648 Enabled xml doc generation 2016-02-19 15:44:54 -08:00
John Luo c5c3770f0d Updating test TFMs for custom test discovery 2016-02-19 15:20:56 -08:00
John Luo bdc76ddfd6 Updating test TFMs for custom test discovery 2016-02-19 14:17:33 -08:00