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