diff --git a/src/Microsoft.AspNetCore.Server.Testing/Deployers/RemoteWindowsDeployer/RemoteWindowsDeployer.cs b/src/Microsoft.AspNetCore.Server.Testing/Deployers/RemoteWindowsDeployer/RemoteWindowsDeployer.cs index b1017b1743..89ff76eb13 100644 --- a/src/Microsoft.AspNetCore.Server.Testing/Deployers/RemoteWindowsDeployer/RemoteWindowsDeployer.cs +++ b/src/Microsoft.AspNetCore.Server.Testing/Deployers/RemoteWindowsDeployer/RemoteWindowsDeployer.cs @@ -15,8 +15,8 @@ namespace Microsoft.AspNetCore.Server.Testing public class RemoteWindowsDeployer : ApplicationDeployer { /// - /// Example: If the share path is '\\foo\bar', then this returns the full path to the - /// deployed folder. Example: '\\foo\bar\048f6c99-de3e-488a-8020-f9eb277818d9' + /// Example: If the share path is '\\dir1\dir2', then this returns the full path to the + /// deployed folder. Example: '\\dir1\dir2\048f6c99-de3e-488a-8020-f9eb277818d9' /// private string _deployedFolderPathInFileShare; private readonly RemoteWindowsDeploymentParameters _deploymentParameters;