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