Compare commits

...

6 Commits

Author SHA1 Message Date
Wes Haggard
83f064d1a1
Update live.tests.yml 2024-11-19 18:06:05 -08:00
Wes Haggard
1a098e36ae
Update live.tests.yml 2024-11-19 18:03:14 -08:00
Wes Haggard
dcd2622f9c
Update live.tests.yml 2024-11-19 17:38:16 -08:00
Wes Haggard
a79a5bb527 label print 2024-11-19 15:02:37 -08:00
Wes Haggard
74314bf1a6 Another attempt 2024-11-19 14:32:38 -08:00
Wes Haggard
96bb13fc04 Attempt to fix ctest command line 2024-11-19 13:29:14 -08:00

View File

@ -195,7 +195,7 @@ jobs:
$env:AZURESUBSCRIPTION_CLIENT_ID = $account.Id
$env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants
ctest $(WindowsCtestConfig) -V --tests-regex "${{ parameters.CtestRegex }}" --no-compress-output -T Test
ctest -V --tests-regex '${{ parameters.CtestRegex }}' --no-compress-output -T Test --verbose --extra-verbose --debug --show-only=json-v1
exit $LASTEXITCODE
workingDirectory: build
env: