Attempt to fix ctest command line
This commit is contained in:
parent
8f6ea6b9b8
commit
96bb13fc04
@ -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 $(WindowsCtestConfig) -V --tests-regex '${{ parameters.CtestRegex }}' --no-compress-output -T Test
|
||||
exit $LASTEXITCODE
|
||||
workingDirectory: build
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user