2 references to GetTestSitesPath
Microsoft.AspNetCore.FunctionalTests (2)
WebHostFunctionalTests.cs (2)
154
var deploymentParameters = new DeploymentParameters(Path.Combine(
GetTestSitesPath
(), applicationName), ServerType.IISExpress, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64)
209
var deploymentParameters = new DeploymentParameters(Path.Combine(
GetTestSitesPath
(), applicationName), ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitectures.Current)