8 references to DeployApp
IIS.LongTests (8)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
59var deploymentResult = await DeployApp(hostingModel);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (7)
80var deploymentResult = await DeployApp(HostingModel.InProcess); 92var deploymentResult = await DeployApp(HostingModel.OutOfProcess); 103var deploymentResult = await DeployApp(HostingModel.InProcess); 121var deploymentResult = await DeployApp(HostingModel.OutOfProcess); 175var deploymentResult = await DeployApp(HostingModel.InProcess); 365var deploymentResult = await DeployApp(HostingModel.InProcess); 380var deploymentResult = await DeployApp(HostingModel.OutOfProcess);