Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla committed Oct 13, 2019
1 parent e836c10 commit 5b41656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vsts/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ stages:
skipComponentGovernanceDetection: true
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download artifact file having release tag name'
inputs:
targetPath: $(Build.SourcesDirectory)/artifacts/releaseTag
artifactName: 'releaseTag'
Expand All @@ -62,7 +63,7 @@ stages:
Write-Host "Content is $tagName"
echo "##vso[task.setvariable variable=RELEASE_TAG_NAME;]$tagName"
}
displayName: 'Set RELEASE_TAG_NAME as environment variable'
displayName: 'Set release tag name as environment variable'
- template: templates/_signBinary.yml

- job: Job_BuildImage
Expand Down

0 comments on commit 5b41656

Please sign in to comment.