23 references to GetPublishDirectory
Microsoft.NET.Publish.Tests (23)
GivenThatWeWantToPublishASingleFileApp.cs (23)
105var singleFilePath = Path.Combine(GetPublishDirectory(cmd).FullName, $"SingleFileTest{Constants.ExeSuffix}");
246GetPublishDirectory(publishCommand)
263GetPublishDirectory(publishCommand)
289GetPublishDirectory(publishCommand, ToolsetInfo.CurrentTargetFramework)
327var publishDir = GetPublishDirectory(publishCommand, targetFramework: ToolsetInfo.CurrentTargetFramework).FullName;
348GetPublishDirectory(publishCommand)
363GetPublishDirectory(publishCommand)
378GetPublishDirectory(publishCommand)
393GetPublishDirectory(publishCommand)
421GetPublishDirectory(publishCommand, targetFramework)
449GetPublishDirectory(publishCommand)
481GetPublishDirectory(publishCommand, targetFramework)
498GetPublishDirectory(publishCommand)
513GetPublishDirectory(publishCommand)
522var singleFilePath = Path.Combine(GetPublishDirectory(publishCommand).FullName, SingleFile);
568GetPublishDirectory(publishCommand).FullName,
583var appHostPath = Path.Combine(GetPublishDirectory(publishCommand).FullName, SingleFile);
607var appHostPath = Path.Combine(GetPublishDirectory(publishCommand).FullName, SingleFile);
826var publishDir = GetPublishDirectory(publishCommand, targetFramework).FullName;
960var singleFilePath = Path.Combine(GetPublishDirectory(publishCommand, ToolsetInfo.CurrentTargetFramework).FullName, $"SingleFileTest{Constants.ExeSuffix}");
991var singleFilePath = Path.Combine(GetPublishDirectory(publishCommand, ToolsetInfo.CurrentTargetFramework).FullName, $"SingleFileTest{Constants.ExeSuffix}");
1025var singleFilePath = Path.Combine(GetPublishDirectory(publishCommand, ToolsetInfo.CurrentTargetFramework).FullName, $"SingleFileTest{Constants.ExeSuffix}");
1168var publishDir = GetPublishDirectory(publishCommand, targetFramework, runtimeIdentifier: rid).FullName;