1 write to DeploymentParameters
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DeploymentResult.cs (1)
52
DeploymentParameters
= deploymentParameters;
61 references to DeploymentParameters
IIS.FunctionalTests (14)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
222
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 (8)
69
if (result.
DeploymentParameters
.ServerType == ServerType.IISExpress)
71
return Path.Combine(folder, result.
DeploymentParameters
.SiteName);
75
return Path.Combine(folder, $"W3SVC{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)
618
var siteName = _fixture.DeploymentResult.
DeploymentParameters
.SiteName.ToUpperInvariant();
627
AppPool Config File: {_fixture.DeploymentResult.
DeploymentParameters
.ServerConfigLocation}
IIS.LongTests (11)
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 (8)
69
if (result.
DeploymentParameters
.ServerType == ServerType.IISExpress)
71
return Path.Combine(folder, result.
DeploymentParameters
.SiteName);
75
return Path.Combine(folder, $"W3SVC{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 (11)
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 (8)
69
if (result.
DeploymentParameters
.ServerType == ServerType.IISExpress)
71
return Path.Combine(folder, result.
DeploymentParameters
.SiteName);
75
return Path.Combine(folder, $"W3SVC{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 (11)
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 (8)
69
if (result.
DeploymentParameters
.ServerType == ServerType.IISExpress)
71
return Path.Combine(folder, result.
DeploymentParameters
.SiteName);
75
return Path.Combine(folder, $"W3SVC{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 (14)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (1)
222
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 (8)
69
if (result.
DeploymentParameters
.ServerType == ServerType.IISExpress)
71
return Path.Combine(folder, result.
DeploymentParameters
.SiteName);
75
return Path.Combine(folder, $"W3SVC{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)
618
var siteName = _fixture.DeploymentResult.
DeploymentParameters
.SiteName.ToUpperInvariant();
627
AppPool Config File: {_fixture.DeploymentResult.
DeploymentParameters
.ServerConfigLocation}