1 assignment to MSBuild property _IbcMergeErrorCode
MSBuildFiles (1)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\OptimizationData.targets (1)
178<Output TaskParameter="ExitCode" PropertyName="_IbcMergeErrorCode" />
3 usages of MSBuild property _IbcMergeErrorCode
MSBuildFiles (3)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\OptimizationData.targets (3)
188Condition="'$(_RunIbcMerge)' == 'true' and '$(_IbcMergeErrorCode)' != '0' and '%(_IbcMergeInvocation.LogFilesOnFailure)' != ''" /> 190<Error Text="IBCMerge failed with exit code $(_IbcMergeErrorCode)." 191Condition="'$(_RunIbcMerge)' == 'true' and '$(_IbcMergeErrorCode)' != '0'" />