Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
add publish artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Feb 28, 2019
1 parent 5dc6710 commit 93fc179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pipelines/vhd-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ phases:
-w /go/src/github.com/Azure/aks-engine \
${DEIS_GO_DEV_IMAGE} make vhd-notes
displayName: Generate VHD release notes
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'vhd-release-notes'
targetPath: '${PWD}:/go/src/github.com/Azure/aks-engine/release-notes'
- script: |
OS_DISK_SAS="$(cat packer-output | grep "OSDiskUriReadOnlySas:" | cut -d " " -f 2)" && \
VHD_NAME="$(echo $OS_DISK_SAS | cut -d "/" -f 8 | cut -d "?" -f 1)" && \
Expand Down

0 comments on commit 93fc179

Please sign in to comment.