3 usages of MSBuild property ContainerAppCommandInstruction
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Containers\build\Microsoft.NET.Build.Containers.targets (3)
111
<ItemGroup Label="AppCommand Assignment" Condition="'$(
ContainerAppCommandInstruction
)' != 'None'">
271
AppCommandInstruction="$(
ContainerAppCommandInstruction
)"
334
ContainerAppCommandInstruction=$(
ContainerAppCommandInstruction
);