From 56f3c9857952544482262692b998cf0f011e3381 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 20 Mar 2019 22:09:50 +0000 Subject: [PATCH] Use env parameter to pass variables --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 62a11b9..dc3ed2f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,6 +53,6 @@ jobs: displayName: 'Build "pegjs/dist/*.js" files' - script: node tools/publish-dev displayName: 'Publish to NPM' - variables: + env: NPM_TOKEN: $(NPM_CI_TOKEN) PR_BRANCH: $[ coalesce(variables['System.PullRequest.SourceBranch'], 'not-found') ]