8 references to DeployApp
IIS.NewShim.FunctionalTests (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)
81var deploymentResult = await DeployApp(HostingModel.InProcess); 93var deploymentResult = await DeployApp(HostingModel.OutOfProcess); 104var deploymentResult = await DeployApp(HostingModel.InProcess); 122var deploymentResult = await DeployApp(HostingModel.OutOfProcess); 176var deploymentResult = await DeployApp(HostingModel.InProcess); 366var deploymentResult = await DeployApp(HostingModel.InProcess); 381var deploymentResult = await DeployApp(HostingModel.OutOfProcess);