4 usages of MSBuild property ContainerArchiveOutputPath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (4)
271
ArchiveOutputPath="$(
ContainerArchiveOutputPath
)"
317
<_SkipContainerPublishing Condition="$(
ContainerArchiveOutputPath
) != '' or ( $(ContainerRegistry) == '' and ( $(LocalRegistry) == '' or $(LocalRegistry) == 'Docker' ) )">true</_SkipContainerPublishing>
321
<_SkipCreateImageIndex Condition="$(
ContainerArchiveOutputPath
) == '' and $(ContainerRegistry) == '' and $(LocalRegistry) == 'Podman'">true</_SkipCreateImageIndex>
370
ArchiveOutputPath="$(
ContainerArchiveOutputPath
)"