diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 83651bd9..27a4f946 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,4 +39,4 @@ jobs: - template: ci/azure-run-kcov.yml - script: | echo "##vso[task.complete result=Succeeded;]DONE" - condition: and(always(), in(variables['Build.DefinitionName'], "Linux-Nightly", "MacOS-Nightly", "Windows-Nightly")) + condition: and(always(), in(variables['Build.DefinitionName'], 'Linux-Nightly', 'MacOS-Nightly', 'Windows-Nightly'))