1 write to DeploymentParameters
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DeploymentResult.cs (1)
52DeploymentParameters = deploymentParameters;
66 references to DeploymentParameters
IIS.FunctionalTests (13)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
223deploymentResult.DeploymentParameters.RuntimeArchitecture.ToString(),
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (3)
134(deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress ? "Express " : "") + 140if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 181if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (7)
69if (result.DeploymentParameters.ServerType == ServerType.IISExpress) 71return Path.Combine(folder, result.DeploymentParameters.SiteName); 162if (deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress) 170if (deploymentResult.DeploymentParameters.HostingModel != HostingModel.InProcess) 176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS) 201if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 226Path.Combine(deploymentResult.DeploymentParameters.PublishedApplicationRootPath, "aspnetcore-debug.log"),
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (2)
619var siteName = _fixture.DeploymentResult.DeploymentParameters.SiteName.ToUpperInvariant(); 628AppPool Config File: {_fixture.DeploymentResult.DeploymentParameters.ServerConfigLocation}
IIS.LongTests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (3)
134(deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress ? "Express " : "") + 140if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 181if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (7)
69if (result.DeploymentParameters.ServerType == ServerType.IISExpress) 71return Path.Combine(folder, result.DeploymentParameters.SiteName); 162if (deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress) 170if (deploymentResult.DeploymentParameters.HostingModel != HostingModel.InProcess) 176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS) 201if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 226Path.Combine(deploymentResult.DeploymentParameters.PublishedApplicationRootPath, "aspnetcore-debug.log"),
IIS.NewHandler.FunctionalTests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (3)
134(deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress ? "Express " : "") + 140if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 181if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (7)
69if (result.DeploymentParameters.ServerType == ServerType.IISExpress) 71return Path.Combine(folder, result.DeploymentParameters.SiteName); 162if (deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress) 170if (deploymentResult.DeploymentParameters.HostingModel != HostingModel.InProcess) 176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS) 201if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 226Path.Combine(deploymentResult.DeploymentParameters.PublishedApplicationRootPath, "aspnetcore-debug.log"),
IIS.NewShim.FunctionalTests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (3)
134(deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress ? "Express " : "") + 140if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 181if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (7)
69if (result.DeploymentParameters.ServerType == ServerType.IISExpress) 71return Path.Combine(folder, result.DeploymentParameters.SiteName); 162if (deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress) 170if (deploymentResult.DeploymentParameters.HostingModel != HostingModel.InProcess) 176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS) 201if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 226Path.Combine(deploymentResult.DeploymentParameters.PublishedApplicationRootPath, "aspnetcore-debug.log"),
IIS.ShadowCopy.Tests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (3)
134(deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress ? "Express " : "") + 140if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 181if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (7)
69if (result.DeploymentParameters.ServerType == ServerType.IISExpress) 71return Path.Combine(folder, result.DeploymentParameters.SiteName); 162if (deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress) 170if (deploymentResult.DeploymentParameters.HostingModel != HostingModel.InProcess) 176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS) 201if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 226Path.Combine(deploymentResult.DeploymentParameters.PublishedApplicationRootPath, "aspnetcore-debug.log"),
IISExpress.FunctionalTests (13)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
223deploymentResult.DeploymentParameters.RuntimeArchitecture.ToString(),
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (3)
134(deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress ? "Express " : "") + 140if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 181if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (7)
69if (result.DeploymentParameters.ServerType == ServerType.IISExpress) 71return Path.Combine(folder, result.DeploymentParameters.SiteName); 162if (deploymentResult.DeploymentParameters.ServerType == ServerType.IISExpress) 170if (deploymentResult.DeploymentParameters.HostingModel != HostingModel.InProcess) 176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS) 201if (deploymentResult.DeploymentParameters.HostingModel == HostingModel.InProcess) 226Path.Combine(deploymentResult.DeploymentParameters.PublishedApplicationRootPath, "aspnetcore-debug.log"),
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (2)
619var siteName = _fixture.DeploymentResult.DeploymentParameters.SiteName.ToUpperInvariant(); 628AppPool Config File: {_fixture.DeploymentResult.DeploymentParameters.ServerConfigLocation}