Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created February 11, 2018 02:44
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 johndowns/a30b2cdb13b8b6851f35675dae0f2165 to your computer and use it in GitHub Desktop.
Save johndowns/a30b2cdb13b8b6851f35675dae0f2165 to your computer and use it in GitHub Desktop.
- task: PublishBuildArtifacts@1
displayName: Publish Deploy Script Artifact
inputs:
PathtoPublish: '$(Build.SourcesDirectory)/deploy'
ArtifactName: 'deploy'
ArtifactType: 'Container'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment