2 references to GetProfileName
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (2)
25
var path = Path.Combine(AppContext.BaseDirectory,
GetProfileName
(deploymentParameters));
51
var path = Path.Combine(testAssetsBasePath, "bin", configuration, deploymentParameters.TargetFramework, "publish",
GetProfileName
(deploymentParameters));