aspnetcore/test/E2ETests/RemoteDeploymentConfig.cs

16 lines
338 B
C#

namespace E2ETests
{
public class RemoteDeploymentConfig
{
public string ServerName { get; set; }
public string AccountName { get; set; }
public string AccountPassword { get; set; }
public string FileSharePath { get; set; }
public string ExecutableRelativePath { get; set; }
}
}