We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9af384 commit a0ebb7aCopy full SHA for a0ebb7a
src/SourceBuild/content/repo-projects/scenario-tests.proj
@@ -48,7 +48,7 @@
48
49
<Target Name="SetAzureDevOpsVariableForScenarioTests"
50
Condition="'$(ContinuousIntegrationBuild)' == 'true'"
51
- BeforeTargets="Test">
+ BeforeTargets="RepoTest">
52
<Message Importance="High" Text="##vso[task.setvariable variable=hasScenarioTestResults]true" />
53
</Target>
54
0 commit comments