Skip to content

Commit

Permalink
This probably won't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
hntd187 committed Mar 31, 2019
1 parent e5d0341 commit 2d124ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

0 comments on commit 2d124ff

Please sign in to comment.