Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created June 25, 2019 23:06
Show Gist options
  • Save juliuscanute/a380788fc404e98d0d39808fcdd7d643 to your computer and use it in GitHub Desktop.
Save juliuscanute/a380788fc404e98d0d39808fcdd7d643 to your computer and use it in GitHub Desktop.
Helm Package
- task: HelmDeploy@0
displayName: Helm package
inputs:
command: package
chartPath: $(chartPath)
destination: $(Build.ArtifactStagingDirectory)
version: $(Build.BuildNumber)
updatedependency: true
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: 'charts'
publishLocation: 'Container'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment