From 7758bac2da8f0799028913ca399a16c97d5dc01a Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 11 Jun 2021 15:56:41 -0400 Subject: [PATCH] fix spelling Signed-off-by: Sebastian Malton --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 494343c142..73fe5f9ee3 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: powershell: | $CI_BUILD_TAG = git describe --tags Write-Output ("##vso[task.setvariable variable=CI_BUILD_TAG;]$CI_BUILD_TAG") - condition: "nd(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" + condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" - displayName: Install Node.js task: NodeTool@0