From 61c253a14456457ef9cdc74a3145d098b0dae414 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 21 Apr 2020 13:44:11 +0100 Subject: [PATCH] [FABCN-391] fix directory for api doc publish (#125) Signed-off-by: James Taylor --- ci/azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 7b28f2be..4375309f 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -205,7 +205,7 @@ stages: ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}: jsdoc_release: master ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/master') }}: - jsdoc_release: release-$(BuildData.MINOR_PACKAGE_VERSION) + jsdoc_release: $[format('release-{0}',dependencies.displayenv.outputs['BuildData.MINOR_PACKAGE_VERSION'])] steps: - script: | set -ev @@ -288,12 +288,6 @@ stages: - script: | find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag unstable \; displayName: 'npm publish' - - job: jsdoc_publish - steps: - - script: | - set -ev - echo "checkout docs branch" - echo "checking" - job: dockerhub_publish steps: - template: templates/build-data.yaml