Fix missing parens.

This commit is contained in:
Rene Rivera
2021-10-24 16:58:11 -05:00
parent e777e38a43
commit 01f4cbe4a4

View File

@ -216,7 +216,7 @@ stages:
- stage: WebsiteUpdate
displayName: 'Website Update'
condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'hash-predef')
condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'hash-predef'))
jobs:
- job: Documentation