Nate McMaster
2a1ba2a7e6
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-11 18:48:31 -07:00
Nate McMaster
e8df83ddb9
Reverting version from 2.1.2 back to 2.1.1
...
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
2018-07-11 15:06:30 -07:00
Pavel Krymets
51c94337d7
/systray:false ( #1486 )
2018-07-10 11:29:39 -07:00
ASP.NET CI
a5b083a39b
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 19:53:56 +00:00
ASP.NET CI
68dc961abb
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:13:44 -07:00
nulltoken
3e0b689ac2
Ensure ClientHandler properly honors Host header ( #1483 ) Fix #1481
2018-07-06 13:00:25 -07:00
ASP.NET CI
97c9510a95
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-03 16:12:24 +00:00
Nate McMaster (automated)
86bfb3ba2c
[automated] Change default branch to master
2018-07-02 12:40:20 -07:00
Nate McMaster
f9d1458877
Merge branch 'release/2.2' into dev
2018-06-28 16:53:45 -07:00
Nate McMaster
9cb0461512
Bumping version from 2.2.0 to 3.0.0
2018-06-28 16:48:49 -07:00
Nate McMaster
5fd60d68b6
Update infrastructure for the 2.2 release
2018-06-28 16:19:48 -07:00
Nate McMaster
cf4654189f
Bumping version from 2.1.1 to 2.1.2
2018-06-27 13:39:46 -07:00
ASP.NET CI
2a98db6a73
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-25 11:14:55 -07:00
Henk Mollema
cfab182399
Revert "Inherit web IHostingEnvironment and IApplicationEnvironment from the Generic Host one ( #1461 )" ( #1467 )
...
This reverts commit 8672b1b04a .
2018-06-18 10:47:17 -07:00
Henk Mollema
8672b1b04a
Inherit web IHostingEnvironment and IApplicationEnvironment from the Generic Host one ( #1461 )
2018-06-16 03:18:48 -07:00
ASP.NET CI
72c28fa875
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:19:27 +00:00
Mike Harder
c5de0e1892
Pass timeout to WaitForExit() on "dotnet publish" ( #1453 )
...
* Addresses https://github.com/aspnet/Hosting/issues/1451
2018-06-11 15:09:58 -07:00
Ryan Brandenburg
9983831ef5
Adding VSTS file
2018-06-07 16:24:35 -07:00
ASP.NET CI
5ca023fa1a
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-07 19:34:54 +00:00
Luke Latham
ba88bdfd5e
Move AddCommandLine in SampleStartups ( #1449 )
2018-06-06 15:25:31 -07:00
Nate McMaster
de49ba74db
Add certificate names for code signing
2018-06-05 22:32:02 -07:00
Nate McMaster
1596c2ba55
Bumping version from 2.1.0 to 2.1.1
2018-06-05 09:11:33 -07:00
ASP.NET CI
ec51afd9d0
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-03 19:14:10 +00:00
Chris Ross (ASP.NET)
8d55a447d4
Allow running some IIS Express variants without publishing #1431
2018-05-31 15:15:04 -07:00
Hao Kung
23e3ab6555
Add TestPortHelper class for tests ( #1438 )
...
* Add TestPortHelper class for tests
* Remove copy
* Update IISExpressDeployer
2018-05-30 13:55:46 -07:00
ASP.NET CI
04d6e71e7f
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:37:37 -07:00
ASP.NET CI
7acd373e27
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-27 19:14:16 +00:00
Nate McMaster (automated)
ad5d050580
Update bootstrapper scripts (automated commit) [ci skip]
2018-05-25 16:14:11 -07:00
Rutger Storm
a3300a6a60
Add try..finally around RunAsync and WaitForTokenShutdownAsync #1194
...
The try..finally ensures that the ManualResetEventSlim which AttachCtrlcSigtermShutdown uses is set even when an exception occurs in these two methods.
2018-05-25 09:21:26 -07:00
Chris Ross (ASP.NET)
09d3b32fe5
Enable x86 testing #949
2018-05-23 09:35:26 -07:00
ASP.NET CI
5906740cdb
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-20 19:31:33 +00:00
John Luo
eda6940350
Fix integration testing after logging change
2018-05-17 13:05:49 -07:00
Chris Ross (ASP.NET)
3b5b40884f
Refactor integration testing for test matrix generation.
2018-05-16 09:51:50 -07:00
Luke Latham
0b6dbab37a
Using block in the externally controlled example ( #1422 )
2018-05-16 07:26:55 -07:00
Justin Kotalik
5227de9a31
Always check if ANCM is in the base output folder. ( #1420 )
2018-05-15 18:11:12 -07:00
ASP.NET CI
2575ebfcfe
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-13 14:08:25 -07:00
Ryan Brandenburg
38f691c09e
Upgrade to netcoreapp22 ( #1410 )
2018-05-08 11:02:12 -07:00
ASP.NET CI
19d120a2be
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-06 12:15:11 -07:00
Chris Ross (ASP.NET)
d2857ef02f
Merge branch 'release/2.1' into dev
2018-05-04 14:57:15 -07:00
Chris Ross (ASP.NET)
b85d3108dd
Merge branch 'release/2.1' into dev
2018-05-04 14:56:29 -07:00
Chris Ross (ASP.NET)
55e57af815
Adding additional tests for AddHostedService
2018-05-04 14:53:39 -07:00
ASP.NET CI
982508e863
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:34:42 -07:00
Justin Kotalik
fb08967c9f
Make Deployers handle ANCM V1 and V2 ( #1407 ) ( #1409 )
2018-05-03 13:49:21 -07:00
Justin Kotalik
10a4b84061
Revert "Make Deployers handle ANCM V1 and V2 ( #1407 )"
...
This reverts commit 52802d1afa .
2018-05-02 14:58:53 -07:00
Justin Kotalik
52802d1afa
Make Deployers handle ANCM V1 and V2 ( #1407 )
2018-05-02 09:13:32 -07:00
Chris Ross (ASP.NET)
bfc12fd6ac
Merge branch 'release/2.1' into dev
2018-05-01 14:09:36 -07:00
Chris Ross (ASP.NET)
2c1376c95f
Add a AddHostedService extension #1402
2018-05-01 14:07:24 -07:00
Chris Ross (ASP.NET)
1717b97444
Run self-host tests with no-build. #1399
2018-05-01 12:22:36 -07:00
Justin Kotalik
c72df2865c
Check existence of ANCMV2 Path ( #1397 )
2018-05-01 10:05:07 -07:00
Nate McMaster
4a177d6b35
Merge branch 'release/2.1' into dev
2018-04-30 15:39:32 -07:00