Skip to content

Commit 71c2ecf

Browse files
authored
Add necessary condition (#43933)
Missed adding this originally. If the tests fail this still has to run, just like publish.
1 parent 00c4511 commit 71c2ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/steps/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ steps:
267267
$xml.Save($_.FullName)
268268
}
269269
displayName: 'Update test case names for reporting'
270+
condition: always()
270271
workingDirectory: $(System.DefaultWorkingDirectory)/sdk
271272
272273
- task: PublishTestResults@2

0 commit comments

Comments
 (0)