1 write to RemoteServerFileSharePath
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeploymentParameters.cs (1)
20
RemoteServerFileSharePath
= remoteServerFileSharePath;
3 references to RemoteServerFileSharePath
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (3)
61
if (string.IsNullOrEmpty(_deploymentParameters.
RemoteServerFileSharePath
))
63
throw new ArgumentException($"Invalid value for {nameof(RemoteWindowsDeploymentParameters.
RemoteServerFileSharePath
)}." +
91
_deployedFolderPathInFileShare = Path.Combine(_deploymentParameters.
RemoteServerFileSharePath
, folderId);