9 references to DeployApp
IISExpress.FunctionalTests (9)
InProcess\AppOfflineIISExpressTests.cs (1)
27var 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)
82var deploymentResult = await DeployApp(HostingModel.InProcess); 94var deploymentResult = await DeployApp(HostingModel.OutOfProcess); 105var deploymentResult = await DeployApp(HostingModel.InProcess); 123var deploymentResult = await DeployApp(HostingModel.OutOfProcess); 177var deploymentResult = await DeployApp(HostingModel.InProcess); 367var deploymentResult = await DeployApp(HostingModel.InProcess); 382var deploymentResult = await DeployApp(HostingModel.OutOfProcess);