diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9357c5bc..b2d733f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,7 +66,7 @@ steps: env: DISPLAY: ':99.0' -- bash: yarn deploy -p $VSCE_PAT +- bash: yarn deploy displayName: Publish condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux')) env: