Commit Graph

52 Commits

Author SHA1 Message Date
Nate McMaster 2143ef49c2 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 09:45:38 -07:00
Pavel Krymets 9a0064285d
KeyVault HostingStartup (#114) 2017-10-31 10:13:53 -07:00
Chris Ross (ASP.NET) 16ee691c3e #21 Tests for InsertOrAppend xdt transform 2017-10-18 11:00:37 -07:00
Pavel Krymets a2303c732f Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
Chris Ross f28ff39ab3 Remove explicit LangVersion (#106) 2017-09-21 15:07:08 -07:00
Pavel Krymets 65e09f1cc6 Relax timeouts (#103) 2017-09-05 13:49:34 -07:00
Pavel Krymets 3c58fde9a4 Fix tests (#101) 2017-09-01 14:58:24 -07:00
Pavel Krymets 0840b4a1b1 Disable FTP tests 2017-09-01 08:05:39 -07:00
Pavel Krymets 305ab1fa4c 1.0, 1.1 template tests (#100) 2017-08-31 15:49:14 -07:00
Pavel Krymets dbb9262d68 Test that we are running on specific runtime and using right version of store assemblies (#99) 2017-08-29 13:56:36 -07:00
Pavel Krymets 4601db9bf6 Log requests into test logs, override directory targets (#98) 2017-08-29 10:28:45 -07:00
Pavel Krymets 51ac8d53f4 Fix site name 2017-08-29 09:35:02 -07:00
Pavel Krymets b53a6f9a25 Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
Nate McMaster 9e72cb0783 Use PackageLineup to manage PackageReference versions 2017-08-28 11:33:57 -07:00
Nate McMaster a93cf9ff5b Use Directory.Build.props/targets (#95) 2017-08-28 11:20:30 -07:00
Pavel Krymets 5e3a7922fe Add module load location check (#94) 2017-08-28 10:56:50 -07:00
Pavel Krymets c9c21d2ce9 Fix tool reference update 2017-08-25 13:13:04 -07:00
Pavel Krymets 8cc1cdc62f Install and use multiple runtimes/sdks (#93) 2017-08-25 12:51:11 -07:00
Pavel Krymets c7fabda615 Use installdotnet target and clear all nuget packages to force offline (#92) 2017-08-25 11:13:06 -07:00
Pavel Krymets 80194511f5 Add test that uses site extension and bundled aspnetcore version (#91) 2017-08-24 14:27:41 -07:00
Pavel Krymets 224c9898c0 Turn template test into theory (#90) 2017-08-23 16:44:07 -07:00
Pavel Krymets 9778c29007 Allow building an pushing site extension for azure functional testing (#87) 2017-08-23 14:55:27 -07:00
Ryan Brandenburg 8096b4aca4 Choose port automatically 2017-07-25 15:51:44 -07:00
Pavel Krymets 894a3d9d7a React to logging DI changes (#56) 2017-06-02 08:33:20 -07:00
Jass Bagga 8273d0aa27 Rename ApplicationInsights test project (#60) 2017-05-26 17:40:03 -07:00
Jass Bagga 7bd98f5cf9 Update TFM to netstandard2.0 (#53) 2017-05-25 17:12:10 -07:00
Nate McMaster 5d162d79e8 Upgrade test framework versions 2017-05-15 09:51:31 -07:00
Jass Bagga 85f9e63207 Formatting and clean up (#49)
Remove unnecessary usings and use forward slashes
2017-05-12 12:04:20 -07:00
Pavel Krymets d268571db6 Disable lightup logger if user adds AI logger (#46) 2017-05-08 10:06:35 -07:00
Pavel Krymets 6965881ae1 netcoreapp2.0 (#47) 2017-05-04 15:06:26 -07:00
BrennanConroy 1ca8374028 Fix UseAzureAppServices_RegisterLogger test 2017-05-02 16:47:08 -07:00
Pavel Krymets 0faf6a21ce Fix test host crash caused by having both TargetFrameworks and TargetFramework (#44) 2017-05-02 15:59:24 -07:00
BrennanConroy e96e2872f5 React to Logging API changes (#33) 2017-05-02 15:35:53 -07:00
Mike Harder 856908eafa Skip ApplicationInsightsLoggingTest.ScriptInjected (#42)
- Required to unblock Preview1 build
- Suspected fix is to react to 3936bf64f6
- Unskip: https://github.com/aspnet/AzureIntegration/issues/41
2017-05-01 18:47:41 -07:00
Pavel Krymets 50107bf6fe Prevent parallel execution that causes multiple build to block each others files (#34) 2017-04-28 12:18:45 -07:00
Pavel Krymets dfd1da68ec Application insights logger lightup (#31) 2017-04-28 09:17:39 -07:00
Andrew Stanton-Nurse 63337549b1 fix namespace reference for LoggedTest 2017-04-25 16:20:57 -07:00
Jass Bagga 07665c99e8 Add JavaScriptSnippetTagHelperComponent (#27)
Addresses #25
2017-04-25 12:46:16 -07:00
Kiran Challa 7a50fdda48 Converted sample and test project to run on netcoreapp2.0 2017-03-24 11:07:13 -07:00
Pranav K 8f1da12ecd Remove net451 as a cross-compile target 2017-03-22 18:37:12 -07:00
Nate McMaster f5783ee382 Unify dependency version to one file and remove workarounds 2017-03-15 11:43:28 -07:00
Doug Bunting 4df172aad9 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 13:05:43 -08:00
Doug Bunting ab253640a3 Revert "Bump test projects up to .NET 4.5.2"
This reverts commit 45b0f1dfd9.
2017-02-14 13:04:37 -08:00
Doug Bunting 45b0f1dfd9 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 13:03:51 -08:00
Nate McMaster b375d01d49 Upgrade to VS 2017 2017-01-30 15:16:29 -08:00
Pranav K 344a2a5f9b Updating to 4.4 CoreFx packages 2016-12-14 14:47:27 -08:00
Pranav K ee1d0dab11 Fixing versions 2016-11-09 14:19:36 -08:00
Pranav K a27f329236 Updating versions to 1.2.0-* 2016-11-09 14:12:26 -08:00
Pranav K 62bb80580d Updating to netcoreapp1.1 2016-10-13 11:11:36 -07:00
Pranav K b28dd3a4e4 Revert "Updating to netcoreapp1.1"
This reverts commit 631482a1e9.
2016-10-12 16:07:53 -07:00