From 38cd65d193110572e9cdcd2998c730e815525312 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 15 Feb 2019 01:04:07 +0000 Subject: [PATCH] Use env variables when auto-publishing --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 703a654..e71983a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,9 +47,7 @@ jobs: npm run build-dist node tools/publish-dev displayName: 'publish pegjs@dev' - variables: - GIT_BRANCH: $(Build.SourceBranchName) - GIT_COMMIT_SHA: $(Build.SourceVersion) + env: NPM_TOKEN: $(NPM_TOKEN) publish_test_results_to_pipelines: True publish_code_coverage_to_pipelines: True