24 writes to PublishApplicationBeforeDeployment
IIS.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
67deploymentParameters.PublishApplicationBeforeDeployment = true;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
45PublishApplicationBeforeDeployment = true,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
60PublishApplicationBeforeDeployment = true
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
45PublishApplicationBeforeDeployment = true,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
60PublishApplicationBeforeDeployment = true
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
45PublishApplicationBeforeDeployment = true,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
60PublishApplicationBeforeDeployment = true
IIS.NewShim.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
45PublishApplicationBeforeDeployment = true,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
60PublishApplicationBeforeDeployment = true
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
45PublishApplicationBeforeDeployment = true,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
60PublishApplicationBeforeDeployment = true
IISExpress.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
67deploymentParameters.PublishApplicationBeforeDeployment = true;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
45PublishApplicationBeforeDeployment = true,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
60PublishApplicationBeforeDeployment = true
Microsoft.AspNetCore.Hosting.FunctionalTests (2)
LinkedApplicationTests.cs (1)
33PublishApplicationBeforeDeployment = true,
ShutdownTests.cs (1)
59PublishApplicationBeforeDeployment = true,
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
38PublishApplicationBeforeDeployment = true,
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Deployers\NginxDeployer.cs (1)
62DeploymentParameters.PublishApplicationBeforeDeployment = true;
Deployers\SelfHostDeployer.cs (2)
43DeploymentParameters.PublishApplicationBeforeDeployment = true; 50DeploymentParameters.PublishApplicationBeforeDeployment = true;
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISDeployer.cs (1)
87DeploymentParameters.PublishApplicationBeforeDeployment = true;
IISExpressDeployer.cs (3)
131DeploymentParameters.PublishApplicationBeforeDeployment = true; 137DeploymentParameters.PublishApplicationBeforeDeployment = true; 146DeploymentParameters.PublishApplicationBeforeDeployment = true;
12 references to PublishApplicationBeforeDeployment
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Common\DeploymentParameters.cs (1)
191PublishApplicationBeforeDeployment,
Deployers\NginxDeployer.cs (1)
65if (DeploymentParameters.PublishApplicationBeforeDeployment)
Deployers\SelfHostDeployer.cs (4)
53if (DeploymentParameters.PublishApplicationBeforeDeployment) 73contentRoot: DeploymentParameters.PublishApplicationBeforeDeployment ? DeploymentParameters.PublishedApplicationRootPath : DeploymentParameters.ApplicationPath, 88if (DeploymentParameters.PublishApplicationBeforeDeployment) 211if (DeploymentParameters.PublishApplicationBeforeDeployment)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (6)
IISDeployerBase.cs (1)
38if (!DeploymentParameters.PublishApplicationBeforeDeployment)
IISDeploymentParameterExtensions.cs (1)
137if (!deploymentParameters.PublishApplicationBeforeDeployment)
IISExpressDeployer.cs (4)
57if (DeploymentParameters.PublishApplicationBeforeDeployment) 299if (!DeploymentParameters.PublishApplicationBeforeDeployment && !File.Exists(webConfigPath)) 343if (IISDeploymentParameters.PublishApplicationBeforeDeployment) 428if (DeploymentParameters.PublishApplicationBeforeDeployment)