|
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; }
|
|
}
|
|
}
|