Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.53 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.53 KB

VSTS extension with GitHub tools for VSTS Build and Release

This Visual Studo Team Services extension provide Build/Release tasks for GitHub Tag on your source code and Create GitHub release.

GitHub Tag source code

This task create a Tag on GitHub source code.

githubtask

Task parameters are:

See the Wiki page for more documentation.

Create GitHub release

This task create a GitHub release based on tag.

githubtask

Task parameters are:

  • GitHub connection provided by GitHub service end point, see GitHub service end-point details
  • The repository
  • The tag
  • The branch
  • The release name
  • Use the commit message or custom release note
  • Select the zip file to upload as asset release
  • Indicate if it's draft release
  • Indicate if it's pre release

See the Wiki page for more documentation.