Commit Graph

249 Commits

Author SHA1 Message Date
Doug Bunting 80437e878a One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 14:16:10 -07:00
Ajay Bhargav Baaskaran da50b8e026 Updating to RTM builds of xunit and Moq (#94) 2016-07-05 21:05:15 -07:00
Pranav K 38ba07487a Updating to dev versions 2016-06-16 10:18:54 -07:00
Pranav K c84849464e Merge branch 'release' into dev 2016-06-14 16:29:33 -07:00
Pranav K fc2f0e480e Updating to release. 2016-06-14 16:23:09 -07:00
N. Taylor Mullen abe0f9ed90 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:30:01 -07:00
Pranav K 263d764215 Fix assembly metadata to fix package verifier warnings 2016-06-02 10:57:04 -07:00
Cesar Blum Silveira 20a5d80fca Fix OSX build on Travis. 2016-05-27 11:38:55 -07:00
John Luo 3a1c463e02 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:19:13 -07:00
Pranav K f20a8acb61 Revert "React to updated CoreCLR packages"
This reverts commit 5ddbe38630.
2016-05-18 09:42:58 -07:00
John Luo 5ddbe38630 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:45:03 -07:00
John Luo 37931a9fa5 Update AutobahnTestServer to use IISIntegration 2016-05-04 15:32:16 -07:00
Pranav K 3207918e1b Merge branch 'release' into dev 2016-05-02 18:14:29 -07:00
Pranav K fc3ab48d61 Add dotnet-test-xunit dependency 2016-05-02 18:12:30 -07:00
Pranav K 63b572b52a Merge branch 'release' into dev 2016-05-02 14:57:53 -07:00
Pranav K 95b6a0a999 Fix build warnings 2016-05-02 11:27:30 -07:00
BrennanConroy b457fb47d3 Merge branch 'release' into dev 2016-04-27 19:04:45 -07:00
BrennanConroy 3615cfd28e Remove reference to UseDefaultHostingConfiguration 2016-04-27 19:04:33 -07:00
Pranav K 5120c5075d Merge branch 'release' into dev 2016-04-19 14:54:15 -07:00
Pranav K 4154b4c260 Use latest build of dotnet-test-xunit 2016-04-19 14:54:14 -07:00
Pavel Krymets b5d7ebd22d Merge branch 'release' into dev 2016-04-18 17:09:15 -07:00
Pavel Krymets 4ee4c29b06 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:09:11 -07:00
Pavel Krymets fffde66627 Merge branch 'release' into dev 2016-04-15 11:57:43 -07:00
Pavel Krymets 86befd91de Migrate tests, tools and samples to portable 2016-04-15 11:57:34 -07:00
Pranav K 730a23e5ca Merge branch 'release' into dev 2016-04-08 06:49:22 -07:00
Pranav K e06a0f0898 Removing imports from src projects 2016-04-08 06:49:22 -07:00
Pranav K 4316282a3f Merge branch 'release' into dev 2016-04-06 19:18:23 -07:00
Pranav K 40091fcb22 Fixing build break 2016-04-06 19:18:10 -07:00
Pranav K 1c9df70948 Merge branch 'release' into dev 2016-04-06 19:07:33 -07:00
Pranav K 8f5a75b26b Fix versions 2016-04-06 18:18:57 -07:00
Pranav K 39abfd6838 Merge branch 'release' into dev 2016-04-06 09:47:48 -07:00
Pranav K 52c84c9940 Updating to release. 2016-04-06 09:47:46 -07:00
John Luo a51ba19b16 Update samples 2016-03-30 16:02:47 -07:00
David Fowler 4e78a2d02e Fixed build 2016-03-25 09:28:20 -07:00
John Luo 21a2acc927 Reacting to Hosting changes 2016-03-22 11:57:03 -07:00
Doug Bunting 0f9e4eba02 React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-20 18:06:55 -07:00
Cesar Blum Silveira 8e01db2c70 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:50:34 -07:00
Nate McMaster 2dba840f94 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
Nate McMaster 65a9fd2ba9 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:05 -08:00
Chris R 3f70b6a7cf Comment out unreachable test code. 2016-03-08 12:13:12 -08:00
Victor Hurdugaci dd7c6750ac Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
Ajay Bhargav Baaskaran 8474003b14 Removed duplicate attributes 2016-03-03 22:45:10 -08:00
Ajay Bhargav Baaskaran a561fecb91 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:30 -08:00
Doug Bunting 51997b2bfc Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:40:10 -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
Victor Hurdugaci b94fc1abf3 Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
Victor Hurdugaci ef7663bee9 Update the build scripts 2016-02-27 12:51:14 -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
John Luo c5c3770f0d Updating test TFMs for custom test discovery 2016-02-19 15:20:56 -08:00
Ajay Bhargav Baaskaran 33d07b8f7c Enabled xml doc generation 2016-02-19 12:29:48 -08:00