Commit Graph

5064 Commits

Author SHA1 Message Date
David Fowler 6b505c37a5 Merge pull request #71 from aspnet/no-mono
No mono
2017-03-09 13:30:32 -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
David Fowler 533373d636 Update .travis.yml 2017-03-08 20:32:33 -08:00
David Fowler 9c618c8600 Update .travis.yml 2017-03-08 20:00:41 -08:00
Thierry Fleury d3a09ca9e8 Correct ListAdapter tests
Modifying a ReadOnlyCollection will always fail
2017-03-08 12:46:57 -08:00
Thierry Fleury 42d0d40b36 [Fixes #61] Move must keep object reference 2017-03-08 12:26:10 -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
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 35ab125ba6 Update AppVeyor and Travis settings 2017-03-01 18:25:51 -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 dcfbbab005 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 fbb2360f87 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 1f74ceca1b 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
Kiran Challa b312a84ff4 Fixed solution file 2017-02-24 15:55:59 -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 8051f3671b
Downgrade to stable packages 2017-02-14 16:15:33 -08:00
Nate McMaster 89a63f5885
Downgrade to stable packages 2017-02-14 16:15:28 -08:00
Nate McMaster 0c714cf61b
Downgrade to stable packages 2017-02-14 16:15:27 -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
jhkimnew fc580eb0e9 Updated copy license for test 2017-02-14 11:39:37 -08:00
jhkimnew b4e3ccf67f added test cases to Dev branch (#72) 2017-02-14 11:15:45 -08:00
Doug Bunting a2a3d35852 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
2017-02-14 09:05:16 -08:00
Doug Bunting 859aad081e 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
2017-02-14 08:31:52 -08:00
Nate McMaster d84de39721 Replace makefile.shade and update test TFM to net452 2017-02-13 14:25:20 -08:00