5 assignments to MSBuild property RunCommand
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (5)
1414
<
RunCommand
Condition="'$(RunCommand)' == ''">$(StartProgram)</RunCommand>
1422
<
RunCommand
Condition="'$(RunCommand)' == ''">dotnet</RunCommand>
1430
<
RunCommand
Condition="'$(RunCommand)' == ''">$(TargetDir)$(AssemblyName)$(_NativeExecutableExtension)</RunCommand>
1437
<
RunCommand
Condition="'$(RunCommand)' == ''">$(TargetPath)</RunCommand>
1441
<
RunCommand
Condition="'$(RunCommand)' == ''">mono</RunCommand>
7 usages of MSBuild property RunCommand
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
1414
<RunCommand Condition="'$(
RunCommand
)' == ''">$(StartProgram)</RunCommand>
1422
<RunCommand Condition="'$(
RunCommand
)' == ''">dotnet</RunCommand>
1430
<RunCommand Condition="'$(
RunCommand
)' == ''">$(TargetDir)$(AssemblyName)$(_NativeExecutableExtension)</RunCommand>
1437
<RunCommand Condition="'$(
RunCommand
)' == ''">$(TargetPath)</RunCommand>
1441
<RunCommand Condition="'$(
RunCommand
)' == ''">mono</RunCommand>
1464
<Exec Command="$(
RunCommand
) $(RunArguments)" WorkingDirectory="$(RunWorkingDirectory)"/>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\Tests.targets (1)
75
<RunCommand>$(
RunCommand
)</RunCommand>