tiny cleanup items

This commit is contained in:
Scott Beddall (from Dev Box) 2024-03-11 15:25:21 -07:00
parent b97da37992
commit 4c8995d13f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ parameters:
default: ''
jobs:
- job: Test_
- job:
displayName: ${{ parameters.DisplayName }}
dependsOn: ${{ parameters.DependsOn }}
condition: and(succeededOrFailed(), ne(variables['Skip.Test'], 'true'), ne(${{ parameters.Matrix }}, '{}'))

View File

@ -178,7 +178,7 @@ jobs:
ctest $(WindowsCtestConfig) -V --tests-regex "${{ parameters.CtestRegex }}" --no-compress-output -T Test
workingDirectory: build
displayName: ctest
# Runs only if test-resources are happly deployed.
# Runs only if test-resources are happily deployed.
# unit-tests runs for those configs where samples are not ran.
# This enables to run tests and samples at the same time as different matrix configuration.
# Then unit-tests runs, samples should not run.