1 write to ServerAccountName
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeploymentParameters.cs (1)
22
ServerAccountName
= remoteServerAccountName;
4 references to ServerAccountName
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (4)
42
if (string.IsNullOrEmpty(_deploymentParameters.
ServerAccountName
))
44
throw new ArgumentException($"Invalid value '{_deploymentParameters.
ServerAccountName
}' for {nameof(RemoteWindowsDeploymentParameters.
ServerAccountName
)}." +
214
parameterBuilder.Append(FormattableString.Invariant($" -accountName {_deploymentParameters.
ServerAccountName
}"));