1 assignment to MSBuild property ContainerAuthors
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (1)
149
<
ContainerAuthors
Condition="'$(ContainerAuthors)' == '' and '$(Authors)' != ''">$(Authors)</ContainerAuthors>
3 usages of MSBuild property ContainerAuthors
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (3)
149
<ContainerAuthors Condition="'$(
ContainerAuthors
)' == '' and '$(Authors)' != ''">$(Authors)</ContainerAuthors>
161
<ContainerLabel Condition="'$(ContainerGenerateLabelsImageAuthors)' == 'true' and '$(
ContainerAuthors
)' != ''" Include="org.opencontainers.image.authors" Value="$(
ContainerAuthors
)" />