Commit Graph

1018 Commits

Author SHA1 Message Date
ASP.NET CI 9f4c7c172f Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:42:41 -08:00
ASP.NET CI e2386a7885 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 01:10:55 +00:00
ASP.NET CI af5e702223 Update dependencies.props
[auto-updated: dependencies]
2017-12-31 21:04:21 +00:00
Javier Calvarro Nelson a7a96a5c35
[Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
Ryan Brandenburg 87db08e030 Add missing baselines 2017-12-28 11:46:56 -08:00
Ryan Brandenburg 37512d8d6a Remove unneeded Skip conditions 2017-12-22 09:30:37 -08:00
ASP.NET CI d2cdf4bac0 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 17:02:54 -08:00
ASP.NET CI 18bf9990cf Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:48:25 +00:00
ASP.NET CI 42cd02da5d Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:47:00 -08:00
Justin Kotalik 9f1e6607dd
Changes OS bitness check to Environment rather than System.Runtime.InteropServices.RuntimeInformation (#1286) 2017-12-05 15:17:15 -08:00
Ryan Brandenburg cf46dfcc5e Update bootstrappers 2017-12-04 12:31:02 -08:00
Pranav K 38832b75fd Specify runtime versions to install 2017-11-29 14:09:26 -08:00
Pranav K 076e5fe6af Fixup name of SystemServiceProcessServiceControllerPackageVersion 2017-11-22 14:52:27 -08:00
Pranav K 3f76a5d214 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:47:47 -08:00
Nate McMaster 36404036a9 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
John Luo aff78a04af Update property name to match naming scheme 2017-11-20 15:51:17 -08:00
Henk Mollema e03c6a7908 Cross-compile Windows Services hosting package 2017-11-20 15:40:50 -08:00
Pranav K 97e7f123f7 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:25 -08:00
Justin Kotalik d436a56620
Disable flaky shutdown test (#1274) 2017-11-15 13:09:54 -08:00
Ryan Brandenburg 49537878d3 Account for other TFMs 2017-11-15 11:08:51 -08:00
Justin Kotalik 0b8b099e82
Adds contentRoot to ANCM path (#1272) 2017-11-15 10:32:00 -08:00
Justin Kotalik afb36d9667
Files put in contentFiles are not actually in contentFiles (#1269) 2017-11-14 15:00:26 -08:00
Justin Kotalik f27a5a674e
Updates ANCM path to look in content files (#1268) 2017-11-14 11:39:21 -08:00
Chris Ross (ASP.NET) cd3f58bed7 #1263 Delay IServer and Startup.Configure until StartAsync 2017-11-14 09:19:25 -08:00
Pranav K adf2f37ad2 Update samples and tests to target netcoreapp2.1 2017-11-13 17:10:46 -08:00
Pranav K 311a92ddee React to change in sdk that causes dotnet run to print restore output 2017-11-10 14:57:53 -08:00
Justin Kotalik 3c727be270
Fix path check for ANCM (#1262) 2017-11-10 12:27:51 -08:00
Justin Kotalik 67c028a3cf
React to ANCM dll location changes (#1258) 2017-11-10 11:55:31 -08:00
Justin Kotalik 40bd6e560e
Adds HostingModel as an extra DeploymentParameter (#1261) 2017-11-10 10:07:19 -08:00
David Fowler a78b9c7490
Support the Extensions.Abstractions from Hosting.Abstractions (#1259)
- The goal here is to enable components that use hosting abstractions to use
the web host. It lets us start to decouple components from the web host abstractions
where possible while not breaking any existing components. This will allow things
to work in both the generic host and the web host. The one snafu is the WebHostBuilderContext
which has an IHostingEnvironment typed as the AspNetCore.Abstractions type.
- Updated tests.

#1218
2017-11-09 21:24:30 -08:00
Chris Ross (ASP.NET) 05fd382b93 #1256 Check HasStarted for StatusCode and ReasonPhrase 2017-11-09 13:04:51 -08:00
Chris Ross (ASP.NET) 64596d538b TestServer: Copy the feature collection to mitigate multi-threading 2017-11-09 13:04:51 -08:00
Chris Ross (ASP.NET) 1e556e0b46 #1253 TestServer: mark response headers IsReadOnly on start 2017-11-09 13:04:37 -08:00
Chris Ross (ASP.NET) 65bad5b9ab Update dependencies 2017-11-09 13:04:37 -08:00
John Luo 993cd9f73d Trigger graceful shutdown on stopping webhost service 2017-11-08 11:06:36 -08:00
Chris Ross (ASP.NET) 82ccf4f06e #816 Allow directly constructing an HttpContext for TestServer 2017-11-01 11:07:12 -07:00
Nate McMaster c5f2333481 Pin tool and package versions to make build more repeatable 2017-10-31 13:04:32 -07:00
Javier Calvarro Nelson fc613303ed Add an overload that takes the application base path explicitly 2017-10-31 11:02:48 -07:00
Pavel Krymets e892ed8bbd
Add a way to prevent specific hosting startup from runnning (#1243) 2017-10-27 16:52:39 -07:00
Chris Ross (ASP.NET) 1e360cbb36 #1244 Disable restore on publish for integration tests 2017-10-27 12:20:13 -07:00
Ryan Brandenburg bc4a514d9e Better message for integration tests 2017-10-20 10:49:41 -07:00
Ryan Brandenburg b207658f22 Add RepositoryRoot 2017-10-18 09:39:04 -07:00
Chris Ross (ASP.NET) 4f3fdaebee #1208 Default timeout for IHost.StopAsync. Create Host with DI. 2017-10-17 10:37:20 -07:00
Javier Calvarro Nelson cda9ec6fe4 Remove the implicit hosting dependency on WebHostBuilderFactory shared sources 2017-10-11 15:16:03 -07:00
Ryan Brandenburg 159a5f777e Update bootstrappers 2017-10-09 12:42:15 -07:00
Justin Kotalik 36bede16e9 Remove check for using ANCM with Win7. (#1235) 2017-10-03 16:43:12 -07:00
John Luo a63932a492 Add option to suppress writing startup messages 2017-10-02 14:08:54 -07:00
Javier Calvarro Nelson 6687f4eefc Update API check baselines to 2.0 2017-09-22 17:52:20 -07:00
KPixel 27a3a89b60 Simplifying ApplicationLifetime.ExecuteHandlers() (#1228) 2017-09-22 06:16:48 -07:00
Justin Kotalik f4cb62982a Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:47:23 -07:00