9 references to DeployApp
IISExpress.FunctionalTests (9)
InProcess\AppOfflineIISExpressTests.cs (1)
28var deploymentResult = await DeployApp(HostingModel.InProcess);
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);