Commit Graph

6629 Commits

Author SHA1 Message Date
Victor Hurdugaci 6e76ad7c0f - Run tests without sources
- Remove some old dead code
- Update repo names
- Allow the build to sync repos to particular commits
2016-03-14 14:13:54 -07:00
Chris R 9e6dc5b2da #95 Add the IISMiddleware via a IStartupFilter. 2016-03-14 09:59:49 -07:00
Pranav K 3d4e0d41c8 Fixing CI build failure 2016-03-11 13:44:34 -08:00
Pranav K 97972f4c1c * Use shallow clone when cloning the CI
* Avoid downloading the .build directory
2016-03-10 13:27:02 -08:00
Brice Lambson 9750924973 Don't reference facades 2016-03-10 13:05:04 -08:00
Chris R 46eef2eafb Add Microsoft.AspNetCore.Server.IISIntegration to NuGetPackageVerifier 2016-03-10 11:45:46 -08:00
Chris R 126ed6c4de #95 Switch the middleware from HttpPlatfromHandler to AspNetCoreModule. 2016-03-10 10:11:49 -08:00
Pranav K 864fbbb380 Remove ni.dll deletion hack 2016-03-10 08:06:59 -08:00
Pranav K c948605111 Attempt to use non cross gened csc.exe 2016-03-09 18:35:54 -08:00
Nate McMaster 2dba840f94 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
Nate McMaster a82ce85f66 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Pranav K 8ead3635c7 Reduce the number of concurrent builds 2016-03-09 16:57:20 -08:00
Nate McMaster a317760000 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:07 -08:00
Nate McMaster 65a9fd2ba9 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:05 -08:00
Pranav K 037768f531 Common and PlatformAbstractions need to be built before Testing and in sequence 2016-03-09 15:41:56 -08:00
Pranav K 5a2df72575 Batch build on the CI 2016-03-09 14:55:18 -08:00
moozzyk 3e7efd04da Appending .exe to the project name instead of just changing the extension
Fixes #93
2016-03-08 16:43:22 -08:00
John Luo 420382133e Reacting to KoreBuild changes 2016-03-08 14:30:28 -08:00
Chris R 3f70b6a7cf Comment out unreachable test code. 2016-03-08 12:13:12 -08:00
Victor Hurdugaci 758380bbf8 Update the build scripts to the latest version 2016-03-07 20:55:08 -08:00
Victor Hurdugaci dd7c6750ac Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
Victor Hurdugaci 7cd2092c7f Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
Victor Hurdugaci eeff404a24 Update the build scripts to the latest version 2016-03-07 20:54:56 -08:00
John Luo 8f811502d5 Reacting to Hosting deployer change 2016-03-04 11:56:20 -08:00
Pranav K cb73debd4d Use use-ci-loggers instead of use-teamcity 2016-03-04 10:36:50 -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
Ajay Bhargav Baaskaran c737227b3c Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:54 -08:00
Ajay Bhargav Baaskaran 078cbb5d78 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:02 -08:00
Victor Hurdugaci 99c5e20c23 Don't try to produce nupkgs anymore 2016-03-03 12:06:35 -08:00
Victor Hurdugaci 510dab8407 Remove KoreBuild 2016-03-03 09:50:25 -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
Doug Bunting 83c93c79e6 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 18:54:50 -08:00
Pranav K 73cf5b3f84 Fixing build break 2016-03-02 17:07:03 -08:00
Doug Bunting a424475be7 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 16:36:52 -08:00
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
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 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
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 5cf18e31e7 Return the error code from build.cmd 2016-02-28 10:12:12 -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 99e7d5e56e Update the build scripts 2016-02-27 12:51:09 -08:00
John Luo 3f6bc6d750 Remove mac limit for open files 2016-02-26 16:42:14 -08:00