1 assignment to MSBuild property ContainerGenerateLabelsImageCreated
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (1)
131
<
ContainerGenerateLabelsImageCreated
Condition="'$(ContainerGenerateLabelsImageCreated)' == ''">true</ContainerGenerateLabelsImageCreated>
2 usages of MSBuild property ContainerGenerateLabelsImageCreated
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (2)
131
<ContainerGenerateLabelsImageCreated Condition="'$(
ContainerGenerateLabelsImageCreated
)' == ''">true</ContainerGenerateLabelsImageCreated>
159
<ContainerLabel Condition="'$(
ContainerGenerateLabelsImageCreated
)' == 'true'" Include="org.opencontainers.image.created;org.opencontainers.artifact.created" Value="$([System.DateTime]::UtcNow.ToString('o'))" />