12 calls to MSBuild task Exec
MSBuildFiles (12)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (2)
163
<
Exec
181
<
Exec
Command="$(CrossgenExe) -nologo -readytorun -platform_assemblies_paths $(CrossgenPlatformAssembliesPath) -$(CreateProfilingSymbolsOptionName) $(CrossgenProfilingSymbolsOutputDirectory) $(CrossgenOutputAssembly)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
1056
<
Exec
Command="$(RunCommand) $(RunArguments)" WorkingDirectory="$(RunWorkingDirectory)"/>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
1141
<
Exec
Command="$(TargetPath) $(StartArguments)" WorkingDirectory="$(OutDir)" Condition=" '$(StartWorkingDirectory)' == '' "/>
1142
<
Exec
Command="$(TargetPath) $(StartArguments)" WorkingDirectory="$(StartWorkingDirectory)" Condition=" '$(StartWorkingDirectory)' != '' "/>
1426
<
Exec
WorkingDirectory="$(OutDir)" Command="$(PreBuildEvent)" />
5932
<
Exec
WorkingDirectory="$(OutDir)" Command="$(PostBuildEvent)" />
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\OptimizationData.targets (1)
176
<
Exec
Command='"$(DotNetTool)" exec "$(_IbcMergePath)" %(_IbcMergeInvocation.IbcMergeArgs)' ConsoleToMSBuild="true" Condition="'$(_RunIbcMerge)' == 'true'" IgnoreExitCode="true">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\Performance.targets (1)
16
<
Exec
Command='"$(DotNetTool)" "$(TargetPath)" --perf:iterations $(PerfIterations) --perf:outputdir "$(PerfOutputDirectory)" --perf:collect $(PerfCollectionType)'
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.ServiceModel.targets (1)
144
<
Exec
Command="for /f %22tokens=*%22 %%a in ($(IntermediateOutputPath)\XsdCodeGenTempA.txt) do ( for /f %22tokens=*%22 %%b in ($(IntermediateOutputPath)\XsdCodeGenTempB.txt) do ( if /i %22%%~na%22 EQU %22%%~b%22 ( echo %%a>>%22$(IntermediateOutputPath)\XsdCodeGenTempC.txt%22 ) ) )" />
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (2)
139
<
Exec
Command=""$(TlbExpPath)" $(TlbExpVerbosity) /NOLOGO @(TlbExpAssemblyPaths->'/asmpath:"%(Identity)"', ' ') "$(TargetPath)" /out:"$(TargetDir)$(TargetName).tlb"" />
140
<
Exec
Command=""$(TlbExpPath)" $(TlbExpVerbosity) /NOLOGO @(TlbExpAssemblyPaths->'/asmpath:"%(Identity)"', ' ') "$(TargetPath)" /out:"$(TargetDir)x64\$(TargetName).tlb" /win64" />