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