Skip to content

Commit a0ebb7a

Browse files
authored
Fix scenario-tests not uploading results to AzDO (#47737)
1 parent c9af384 commit a0ebb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/repo-projects/scenario-tests.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<Target Name="SetAzureDevOpsVariableForScenarioTests"
5050
Condition="'$(ContinuousIntegrationBuild)' == 'true'"
51-
BeforeTargets="Test">
51+
BeforeTargets="RepoTest">
5252
<Message Importance="High" Text="##vso[task.setvariable variable=hasScenarioTestResults]true" />
5353
</Target>
5454

0 commit comments

Comments
 (0)