Commit Graph

8046 Commits

Author SHA1 Message Date
Nate McMaster f686e5f1ea
Update appveyor and travis settings 2017-03-14 13:41:47 -07:00
Nate McMaster bf7a238b85
Update appveyor and travis settings 2017-03-14 13:39:54 -07:00
Andrew Stanton-Nurse cb150de808 port dotnet/corefx#17049 (#151) 2017-03-14 12:04:59 -07:00
Eilon Lipton 6a56f1aa4a Update README.md 2017-03-14 11:25:44 -07:00
Brice Lambson bf61d14e0a Remove EntityFramework.Tools 2017-03-14 09:23:30 -07:00
Pranav K 89aebea9e5 Print the build graph prior to building repositories
Fixes #485
2017-03-14 08:42:44 -07:00
Andrew Stanton-Nurse 92b37f85c2 disable AutobahnTestAppHttpListener from build 2017-03-13 15:41:08 -07:00
Andrew Stanton-Nurse 9b553ca1c0 make all tests allow 'non-strict' conformance (#149) 2017-03-13 15:40:55 -07:00
Pranav K e67bdd411e Add options to build a subgraph of repos 2017-03-13 15:33:56 -07:00
Doug Bunting e36757910b Correct targets in IISIntegration.sln and remove TestSites workarounds
- remove unnecessary x64 and x86 configurations from the solution
- dotnet/sdk#396 has been fixed; web sites target x86 automatically

nit: sort dependencies
2017-03-13 12:06:30 -07:00
David Fowler 5529cab0e3 Merge pull request #147 from aspnet/no-mono
No mono
2017-03-10 22:20:20 -08:00
Pranav K f639d9f124 Add IgnoreStandardErrorWarningFormat to Exec task when running build.[cmd | sh]
on individual repositories
2017-03-10 12:00:23 -08:00
Pranav K df66022ff8 Use Exec instead of MsBuild task 2017-03-10 09:05:06 -08:00
Pavel Krymets 90922646bf Enable UnloadProjectsOnCompletion to prevent OOM (#480) 2017-03-09 18:06:52 -08:00
David Fowler f162534f91 Merge pull request #204 from aspnet/no-mono
No mono
2017-03-09 13:36:22 -08:00
Andrew Stanton-Nurse 37b0df7406 port change from AutobahnTester in SignalR (#148)
We increased the retry count (by just removing ours and using the default) because the app seems to be slow to start on macOS
2017-03-09 10:14:42 -08:00
David Fowler 4eb3a35735 Update .travis.yml 2017-03-08 20:51:02 -08:00
David Fowler def3524f46 Update .travis.yml 2017-03-08 20:49:59 -08:00
Pranav K 84b038498a Use an exact match from the first repository that finds a package. 2017-03-08 10:15:11 -08:00
Pranav K bca4474dd2 Use the same name for the props file when loading it from the deps directory 2017-03-08 06:59:31 -08:00
Pranav K 4e84690938 Make publishing to the volatile feed work. 2017-03-07 22:37:58 -08:00
Pranav K 471f48f56e Update to MSBuild 2017-03-07 22:21:16 -08:00
Daniel Roth 8bc98a78c6 Update README.md 2017-03-07 11:17:56 -08:00
Daniel Roth 4a48db9346 Update README.md 2017-03-07 11:17:03 -08:00
Nate McMaster c598f1918d Collect commit files from artifacts directory 2017-03-03 10:07:49 -08:00
Nate McMaster ba69cd5df4 Add VerifyAll target shim 2017-03-01 18:37:04 -08:00
Nate McMaster 7f82c7030a Update AppVeyor and Travis settings 2017-03-01 18:25:39 -08:00
Nate McMaster c36fcbab2e Update AppVeyor and Travis settings 2017-03-01 18:25:39 -08:00
Nate McMaster 599993795a Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster 55a7f9d8c9 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster 7696a8e82d Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster d60d10e16b Update Universe to use the MSBuild-first KoreBuild 2017-03-01 17:50:24 -08:00
Nate McMaster 1cf3be07d0 React to aspnet/korebuild#171 2017-03-01 17:19:51 -08:00
jhkimnew 5ae8155c2a Updated version for Microsoft.Net.Http.Headers to fix build issue 2017-02-27 17:25:33 -08:00
jhkimnew c983c0e642 Updated to remove throwing exception when test starts with 32 bit mode 2017-02-27 17:09:56 -08:00
jhkimnew 5fadbcb329 Upgrade to VS2017 (#76) 2017-02-27 16:37:59 -08:00
jhkimnew cc29517ef3 Add https client ceritificate mapping test (#74) 2017-02-24 17:52:16 -08:00
Nate McMaster 6dfbab0b6c More graceful error when running parallel git target 2017-02-24 10:08:19 -08:00
Javier Calvarro Nelson ac096c217b Add Identity Service to Universe 2017-02-22 12:41:09 -08:00
Nate McMaster 1167fec0ba
Skip functional tests on Linux/macOS 2017-02-16 10:12:20 -08:00
Nate McMaster 10179ffad6
React to aspnet/Korebuild#160 2017-02-16 10:07:05 -08:00
Nate McMaster 1d67db92c2
React to aspnet/Korebuild#160 2017-02-16 10:05:34 -08:00
Nate McMaster 068c29a748 Add repo folders to gitignore 2017-02-15 17:47:28 -08:00
Nate McMaster 7298fb23a5 Downgrade to stable packages 2017-02-15 12:30:04 -08:00
Doug Bunting c5c134bfd0 CI doesn't have all of the Integration repos side-by-side
- likely would have been a benign issue until we started building the solution file
2017-02-14 19:54:35 -08:00
Doug Bunting 55f31a8279 Use .NET 4.5.2 target framework when deploying test sites
- follow-up to 8ae481c
- sites are also built for .NET 4.5.2 in desktop runs
2017-02-14 19:13:49 -08:00
Nate McMaster 1b47ceffad Resolve the build graph in parallel 2017-02-14 16:48:56 -08:00
Nate McMaster 89a63f5885
Downgrade to stable packages 2017-02-14 16:15:28 -08:00
Nate McMaster df21a82516
Downgrade to stable packages 2017-02-14 16:15:27 -08:00
Doug Bunting 8ae481c9f0 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
  - except Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests; will skip that another way (later)

Also fix line endings in project files; unable to proceeed otherwise
2017-02-14 12:30:06 -08:00