From aa2d28e619457d30a375dbe0748bf73e6adfc35f Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 2 Jan 2019 11:37:34 -0800 Subject: [PATCH] Disable dependsOn --- azure-pipelines.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a701b9a5..2126a26d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,10 +68,10 @@ jobs: displayName: 'Lint' - job: Release - dependsOn: - - Linux - - macOS - - Windows + # dependsOn: + # - Linux + # - macOS + # - Windows #condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) pool: vmImage: 'ubuntu-16.04' @@ -88,6 +88,7 @@ jobs: yarn displayName: 'Install dependencies and build' - script: | + echo $NPM_AUTH_TOKEN node ./bin/publish.js env: NPM_AUTH_TOKEN: $(NPM_AUTH_TOKEN)