From 34d77637785e27f78a4c13bdbc40b5ab23f72b17 Mon Sep 17 00:00:00 2001 From: iSorp Date: Fri, 1 Jul 2022 00:26:15 +0200 Subject: [PATCH] Update pipeline script --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a6e5e6..fbeca93 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,6 +45,6 @@ steps: echo ">>> Publish" yarn deploy displayName: Publish - condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Windows')) + condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Windows_NT')) env: VSCE_PAT: $(VSCE_PAT)