1 write to ServerName
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeploymentParameters.cs (1)
21ServerName = remoteServerName;
7 references to ServerName
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (7)
37if (string.IsNullOrEmpty(_deploymentParameters.ServerName)) 39throw new ArgumentException($"Invalid value '{_deploymentParameters.ServerName}' for {nameof(RemoteWindowsDeploymentParameters.ServerName)}"); 121Logger.LogInformation($"Stopping the application on the server '{_deploymentParameters.ServerName}'"); 213parameterBuilder.Append(FormattableString.Invariant($" -serverName {_deploymentParameters.ServerName}")); 252Logger.LogInformation($"[{_deploymentParameters.ServerName} {serverAction} stdout]: script complete"); 263throw new Exception($"Failed to execute the script on '{_deploymentParameters.ServerName}'.");