Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/36e87d869c1c19cd5af13f4ebcff420f to your computer and use it in GitHub Desktop.
Save goyalmohit/36e87d869c1c19cd5af13f4ebcff420f to your computer and use it in GitHub Desktop.
Specifying task to upload artifact to Azure DevOps
..
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.SourcesDirectory)/target'
ArtifactName: 'drop'
publishLocation: 'Container'
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment