Commit Graph

5512 Commits

Author SHA1 Message Date
Pranav K 56f51b2525 Copy .build dir in Linux 2016-03-23 14:37:59 -07:00
Pranav K f2a42d1f71 Reacting to CoreCLR package changes 2016-03-23 13:00:46 -07:00
Pranav K 74787d2ce6 Look for projects under a subdirectory in test and samples 2016-03-23 11:46:16 -07:00
Pranav K be1b128dbf Use build-compile from KoreBuild 2016-03-23 08:46:25 -07:00
Pranav K 7f1f8340d5 Run ci-build without parallelism on Linux 2016-03-23 08:03:09 -07:00
Cesar Blum Silveira 25e6606a6e Delete previous Coherence cache and expand packages (#423, #425). 2016-03-22 14:09:51 -07:00
John Luo 21a2acc927 Reacting to Hosting changes 2016-03-22 11:57:03 -07:00
Cesar Blum Silveira 8908a327c0 Several refactorings in makefile.shade. 2016-03-21 15:05:15 -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
Pranav K 8503e161d0 Reacting to CoreCLR package changes 2016-03-19 11:43:51 -07:00
Pranav K 65d6c79612 Only look for the commit hash file if KOREBUILD_ADD_ASSEMBLY_INFO is set. 2016-03-18 16:32:31 -07:00
Pranav K 8c0f9c8482 Remove FLOWID for Linux 2016-03-18 15:27:29 -07:00
Pranav K a747c4e95f Don't copy .build dir in Mac and Linux 2016-03-18 14:56:07 -07:00
Pranav K ef9d0784fb Fix copy command 2016-03-18 14:29:36 -07:00
Pranav K 6ad27bb705 * Remove xunit.runner.console reference
* Replace ExceptionAssert2.ThrowsArgumentNull with
 ExceptionAssert.ThrowsArgumentNull
2016-03-17 17:11:49 -07:00
Victor Hurdugaci 1567a40629 Add a way to exclude repositories from having the src folder deleted 2016-03-17 10:40:52 -07:00
Cesar Blum Silveira ab72ba5056 Cache Coherence in the correct place. 2016-03-16 12:11:11 -07:00
Cesar Blum Silveira 0a6384bd3a Set UNIVERSE_COMMITS_FILE env. variable after caching Coherence. 2016-03-16 11:38:06 -07:00
Cesar Blum Silveira b269e3f9ea Cache Coherence locally in ci-test. 2016-03-15 18:34:24 -07:00
Pranav K c261de6ee1 Simplify ordering since Testing no longer has cyclic dependencies 2016-03-15 11:02:34 -07:00
Cesar Blum Silveira f46b3a2db6 Build only if src directory exists. 2016-03-15 04:47:10 -07:00
jacalvar aa1495deb0 [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model
* Add an IDataProtectionBuilder interface and move methods on DataProtectionConfiguration
  to extension methods on IDataProtectionBuilder.
* Make AddDataProtection return an IDataProtectionBuilder instance for further configuration.
* Make AddDataProtection take in an action with a GlobalConfigurationOptions parameter instead
  of a DataProtectionConfiguration parameter.
* Make DataProtectionProvider static
* Remove ConfigureGlobalOptions
* Change Option suffix in classes that are not actually options to Settings.
* Add extension method for configuring key management options.
* Cleanups.
2016-03-15 15:20:59 -07:00
Pranav K 64f7eff322 Fixing CI build break 2016-03-15 12:39:38 -07:00
Cesar Blum Silveira 8e01db2c70 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:50:34 -07:00
Cesar Blum Silveira 89a7fe8c81 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:46:27 -07:00
Cesar Blum Silveira 699566394d ASP.NET 5 -> ASP.NET Core 2016-03-14 21:20:07 -07:00
Pranav K 32209dafa1 Remove aspnet.xunit from Universe builds 2016-03-14 17:33:05 -07:00
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
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
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
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 eeff404a24 Update the build scripts to the latest version 2016-03-07 20:54:56 -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 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