From a6b0add89638ec74552b6b3ef79983acb991ca36 Mon Sep 17 00:00:00 2001 From: Teja Sophista Date: Mon, 8 Jun 2020 12:42:39 +0100 Subject: [PATCH] Update azure-pipelines.yml VCSE now support injecting PAT from an environmental variable https://github.com/microsoft/vscode-vsce/pull/447 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: