John Luo
|
9021999c32
|
Fix deployer for Win7 and Win2008
|
2017-03-14 15:17:14 -07:00 |
Kiran Challa
|
0846e13b06
|
RemoteWindowsDeployer: Changing current working directory to the app output folder
|
2017-03-08 21:58:48 -08:00 |
Cesar Blum Silveira
|
af953b4883
|
Bump Microsoft.AspNetCore.Server.IntegrationTesting to net452.
|
2017-02-22 13:46:47 -08:00 |
Pranav K
|
c4ea355ddf
|
Allow for an alternate application name to be used as part of deployment. (#945)
This lets us test applications that are compiled with a different assembly name
|
2017-02-15 17:20:16 -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 |
Chris R
|
2f26170dbf
|
React to WebListener rename.
|
2017-01-03 15:51:54 -08:00 |
Chris Ross (WEB TOOLS)
|
077bc8104e
|
Fix IIS Express deployer for Win7
|
2016-11-23 10:58:42 -08:00 |
Kiran Challa
|
884872b969
|
Removed the workaround of copying forwarder dlls for remote deployment scenario testing
|
2016-11-21 19:38:47 -08:00 |
Chris R
|
b7c9b24193
|
Update the IIS Express deployer to use the new ANCM package layout.
|
2016-11-21 16:13:55 -08:00 |
Chris R
|
f8fbb15e14
|
IISIntegration#292 Test support for bin deployed aspnetcore.dll
|
2016-11-10 16:06:39 -08:00 |
Pavel Krymets
|
1ee27971a5
|
Add test for SIGTERM functionality (#878)
|
2016-11-08 09:58:45 -08:00 |
Pranav K
|
d0e8c4dd4c
|
Updating to netcoreapp1.1
|
2016-10-13 11:17:42 -07:00 |
jhkimnew
|
e67c82e7f2
|
Updated IISDeployer
|
2016-10-07 10:15:17 -07: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 |