Change testassets location (#5416)
This commit is contained in:
parent
bc5667ffab
commit
db0c347c23
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Server.IIS.Performance
|
||||||
[IterationSetup]
|
[IterationSetup]
|
||||||
public void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
var deploymentParameters = new DeploymentParameters(Path.Combine(TestPathUtilities.GetSolutionRootDirectory("IISIntegration"), "test/Websites/InProcessWebSite"),
|
var deploymentParameters = new DeploymentParameters(Path.Combine(TestPathUtilities.GetSolutionRootDirectory("IISIntegration"), "test/testassets/InProcessWebSite"),
|
||||||
ServerType.IISExpress,
|
ServerType.IISExpress,
|
||||||
RuntimeFlavor.CoreClr,
|
RuntimeFlavor.CoreClr,
|
||||||
RuntimeArchitecture.x64)
|
RuntimeArchitecture.x64)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
||||||
|
|
||||||
public static string GetTestWebSitePath(string name)
|
public static string GetTestWebSitePath(string name)
|
||||||
{
|
{
|
||||||
return Path.Combine(TestPathUtilities.GetSolutionRootDirectory("IISIntegration"),"test", "WebSites", name);
|
return Path.Combine(TestPathUtilities.GetSolutionRootDirectory("IISIntegration"),"test", "testassets", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string GetInProcessTestSitesPath()
|
public static string GetInProcessTestSitesPath()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue