We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede4e0b commit c5a9c59Copy full SHA for c5a9c59
eng/testing/linker/trimmingTests.targets
@@ -122,7 +122,7 @@
122
<Output TaskParameter="ExitCode" PropertyName="ExecutionExitCode" />
123
</Exec>
124
125
- <Error Condition="'$(ExecutionExitCode)' != '100'" Text="Error: [Failed Test]: %(TestConsoleApps.ProjectCompileItems). The Command %(TestConsoleApps.TestCommand) return a non-success exit code." ContinueOnError="ErrorAndContinue" />
+ <Error Condition="'$(ExecutionExitCode)' != '100'" Text="Error: [Failed Test]: %(TestConsoleApps.ProjectCompileItems). The Command %(TestConsoleApps.TestCommand) returned a non-success exit code: $(ExecutionExitCode)." ContinueOnError="ErrorAndContinue" />
126
</Target>
127
128
<Target Name="Test" DependsOnTargets="ExecuteApplications" />
0 commit comments