4 references to IsExplicitArchiveOutputPath
Aspire.Hosting (2)
ApplicationModel\ContainerImageReference.cs (1)
64DotnetProgramPublishing.IsExplicitArchiveOutputPath(buildOptionsContext.OutputPath))
ApplicationModel\DotnetProgramPublishing.cs (1)
255var outputPath = IsExplicitArchiveOutputPath(buildResult.OutputPath!)
Aspire.Hosting.Tests (2)
DotnetProgramPublishingTests.cs (2)
501Assert.Equal(explicitArchive, DotnetProgramPublishing.IsExplicitArchiveOutputPath(path)); 522Assert.Equal(!directory, DotnetProgramPublishing.IsExplicitArchiveOutputPath(path));