Kiran Challa
|
7d0770b0e4
|
Revert "Temporarily remove `dotnet run` argument separator"
This reverts commit 5f9fa5c009.
|
2017-04-23 08:32:58 -07:00 |
Andrew Stanton-Nurse
|
ce650eee7f
|
react to removal of PlatformAbstractions (#1023)
|
2017-04-20 09:30:40 -07:00 |
Kiran Challa
|
f1a59d030e
|
Supply runtime identifier on publishing standalone apps
|
2017-04-13 14:19:18 -07:00 |
Mike Harder
|
5f9fa5c009
|
Temporarily remove `dotnet run` argument separator
- Workaround for "dotnet run no longer passes additional arguments to application" (https://github.com/dotnet/sdk/issues/1118)
|
2017-04-12 14:22:18 -07:00 |
Andrew Stanton-Nurse
|
1ae1ff01a3
|
Add test logging helpers to Hosting (#1005)
|
2017-04-06 15:19:26 -07:00 |
Andrew Stanton-Nurse
|
f15c99c980
|
more logging and more resiliant port selection (#996)
|
2017-03-30 09:46:50 -07:00 |
Pranav K
|
31a2bdffce
|
Remove net451 as a cross-compile target
|
2017-03-24 11:45:47 -07:00 |
Cesar Blum Silveira
|
af953b4883
|
Bump Microsoft.AspNetCore.Server.IntegrationTesting to net452.
|
2017-02-22 13:46:47 -08:00 |
Nate McMaster
|
e312552edd
|
Add setting to extend dotnet-publish arguments in ApplicationDeployer
|
2017-01-12 11:24:19 -08:00 |
Pranav K
|
ac8a86ff3f
|
Skip specifying the project argument when running dotnet commands
Workaround for https://github.com/dotnet/cli/issues/5168 and https://github.com/dotnet/cli/issues/5211
|
2017-01-06 10:52:03 -08:00 |
BrennanConroy
|
98e35cc6da
|
Add retry to ApplicationDeployer delete
|
2016-09-08 11:04:24 -07:00 |
BrennanConroy
|
e927dd6924
|
More old code
|
2016-08-25 11:45:19 -07:00 |
BrennanConroy
|
0bd8a841bb
|
Remove old code
|
2016-08-24 16:21:59 -07:00 |
Pranav K
|
ec575595ad
|
Make dotnet publish use LogInformation instead of LogTrace
This would make it have the same LogLevel as dotnet run so we'd have better diagnostics without having to change tests.
|
2016-08-22 15:04:17 -07:00 |
Pranav K
|
d2f109ef6c
|
Add environment variables to dotnet publish
|
2016-08-18 10:34:13 -07:00 |
Pranav K
|
f8189a2296
|
Rename to Microsoft.AspNetCore.Server.IntegrationTesting
Fixes #824
|
2016-08-12 12:03:01 -07:00 |