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