Change testassets location (#5416)
This commit is contained in:
parent
bc5667ffab
commit
db0c347c23
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Server.IIS.Performance
|
|||
[IterationSetup]
|
||||
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,
|
||||
RuntimeFlavor.CoreClr,
|
||||
RuntimeArchitecture.x64)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
|||
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue