Nate McMaster
de30243c11
Unify dependency versions to one file and remove workarounds
2017-03-15 15:06:58 -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
Nate McMaster
599993795a
Change korebuild branch and fix argument forwarding in bootstrapper
2017-03-01 18:14:13 -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
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
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
Nate McMaster
afb327ae02
Upgrade to VS 2017
2017-02-03 11:40:30 -08:00
Nate McMaster
732947ed66
PR feedback. Also, add editorconfig because it is awesome
2017-02-02 16:54:59 -08:00
Nate McMaster
aec1bffdd7
Disable standalone tests to workaround issues in Microsoft.NET.Sdk
...
Re-enable when https://github.com/dotnet/sdk/issues/696 is resolved
2017-02-02 16:27:48 -08:00
Nate McMaster
330b812c78
Upgrade to VS 2017
2017-02-02 16:25:28 -08:00
Pranav K
8046dcc0f2
Updating to 4.4 CoreFx packages
2016-12-14 14:47:29 -08:00
Ajay Bhargav Baaskaran
de1bc46ff7
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:40:48 -08:00
N. Taylor Mullen
587ed4cd61
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 15:59:27 -08:00
Chris R
9ccc896b1d
#297 Standardize the test site layout, use the publish tool
2016-11-23 14:24:06 -08:00
Chris Ross (WEB TOOLS)
a68018842a
Add Win7 runtimes to the functional test project
2016-11-23 11:09:34 -08:00
Chris R
c91c2a9030
#292 Test with the bin deployed aspnetcore.dll
2016-11-22 15:43:41 -08:00
Nate McMaster
342b2e8db7
Clean tmp folder after unzipping KoreBuild
2016-11-18 10:56:57 -08:00
Nate McMaster
798767180b
Merge branch 'rel/1.1.0' into dev
2016-11-10 10:41:38 -08:00
Nate McMaster
f2cbf9f414
Add macOS Sierra to list of runtimes in TestSites project
2016-11-10 10:35:25 -08:00
Nate McMaster
62449b9882
Build 1.1.0-preview4 version of dotnet-publish-iis
2016-11-10 10:28:43 -08:00
Pranav K
97d7bf7468
Updating versions to 1.2.0-*
2016-11-09 14:18:06 -08:00
Pranav K
a79186de46
Merge branch 'rel/1.1.0' into dev
2016-11-09 11:31:23 -08:00
Pranav K
22e226eb38
Branching for 1.1.0
2016-11-09 11:31:21 -08:00
Nate McMaster
38e22cd648
Merge branch 'rel/1.1.0-preview1' into dev
...
Merges branches without bringing back in the change to add dotnet-publish-iis to the 1.1.0-preview1 release.
2016-10-18 17:01:40 -07:00
Nate McMaster
ca1341144a
Upgrade dotnet-publish-iis to Microsoft.NETCore.App 1.1 and add dotnet-cli package type
2016-10-18 16:04:32 -07:00
Nate McMaster
062a44e032
Revert 359faf7e51
2016-10-18 15:07:02 -07:00
Pranav K
f6bc0e32a2
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 09:56:11 -07:00
Pranav K
6c130366d3
Branching for 1.1.0-preview1
2016-10-17 09:49:15 -07:00
Pranav K
7d1f5f9818
Remove build quality pinning
2016-10-14 10:08:10 -07:00
Pranav K
9c1fc542d2
Updating to netcoreapp1.1
2016-10-13 11:18:48 -07:00
Pranav K
ec47e0e724
Revert "Updating to netcoreapp1.1"
...
This reverts commit 9ab8c48f17 .
2016-10-12 16:08:51 -07:00
Pranav K
9ab8c48f17
Updating to netcoreapp1.1
2016-10-12 13:45:37 -07:00
Pavel Krymets
8d8e1ee8dc
Avoid calling User.Identity.AuthenticationType ( #282 )
2016-10-12 09:54:11 -07:00
Pranav K
f1c53378c3
Updating partner package versions
2016-10-03 14:23:59 -07:00
Chris R
3181c3f2e3
Only challenge if not already accepted.
2016-09-29 17:15:30 -07:00
Pavel Krymets
e4cf12017b
Make UseIISIntegration idempotent ( #274 )
2016-09-29 09:43:03 -07:00
Nate McMaster
359faf7e51
Remove Microsoft.AspNetCore.Server.IISIntegration.Tools
2016-09-08 15:58:30 -07:00
Pavel Krymets
50f066579a
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources ( #257 )
...
Instead of Task.FromResult(0)
2016-09-08 08:46:31 -07:00
John Luo
2f397d6f63
Switch to UsePathBase instead of relying on Kestrel feature #236
2016-08-16 20:20:55 -07:00
Chris R
e94db64619
#242 Delay registering the url until Build.
2016-08-15 17:43:29 -07:00
Pranav K
ffaa2cf460
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:06:32 -07:00
Pranav K
806e23fe5d
Switching to dotnet.myget.org feed
2016-08-09 15:03:57 -07:00
moozzyk
ef6533cf85
Fixing wording/casing in command line tool output
...
Fixes #229
2016-07-11 10:58:16 -07:00
Doug Bunting
c4a4e86708
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:05:28 -07:00
Pranav K
c500515f9f
Updating to RTM builds of xunit
2016-06-30 15:29:30 -07:00
Pranav K
8a6d4c579a
Merge branch 'release' into dev
2016-06-16 15:35:25 -07:00
Pranav K
a2298021cd
Update to RTM versions
2016-06-16 15:02:57 -07:00