We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a0141 commit 32a1e2cCopy full SHA for 32a1e2c
azure-pipelines.yaml
@@ -39,6 +39,7 @@ jobs:
39
displayName: 'Run Tests'
40
inputs:
41
testAssemblyVer2: 'bin\TestDebug\*-Tests.dll'
42
+ testRunTitle: windows-tests
43
- powershell: |
44
$hashOfLastVersionChange = & "git" "log" "--follow" "-1" "--pretty=%H" "nuget.version"
45
$commitsSinceVersionChange = & "git" "rev-list" "--count" "$hashOfLastVersionChange..HEAD"
@@ -80,3 +81,5 @@ jobs:
80
81
82
testResultsFormat: NUnit
83
testResultsFiles: TestResult*.xml
84
+ testRunTitle: mac-tests
85
+ failTaskOnFailedTests: true
0 commit comments