Skip to content

Releases: cake-contrib/Cake.AzureDevOps

0.2.4

25 Nov 10:00
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Feature

  • #5 Alias for retrieving modified files in pull request (Thanks Yan Sklyarenko)

Improvement

  • #56 Update TfsUrlParser to 1.3.0

0.2.4-beta.1

23 Nov 12:01
Compare
Choose a tag to compare
0.2.4-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Feature

  • #5 Alias for retrieving modified files in pull request (Thanks Yan Sklyarenko)

Improvement

  • #56 Update TfsUrlParser to 1.3.0

0.2.3

25 Nov 09:56
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Bug

  • #37 Throw specific exception in case pull request could not be found

Improvements

0.2.2

02 Oct 22:24
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Feature

  • #30 Alias for settings pull request status

Improvement

  • #29 Add TfsPullRequestSettings overload which uses environment variables from Build

Documentation

  • #31 Update documentation to Azure DevOps

0.2.2-beta.2

23 Sep 11:29
Compare
Choose a tag to compare
0.2.2-beta.2 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Bug fix

  • Fix setting pull request status

Improvement

  • Improve error handling for setting pull request status or voting on pull request

0.2.2-beta.1

22 Sep 21:24
Compare
Choose a tag to compare
0.2.2-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Feature

  • #30 Alias for settings pull request status

Documentation

  • #31 Update documentation to Azure DevOps

0.2.1

05 Sep 22:08
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Improvement

  • #27 Provide commit ID of pull request target branch

0.2.0

05 Sep 11:09
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Breaking change

  • #22 Rename TfsPullRequestVote alias to TfsVotePullRequest

Improvement

  • #24 Add overload to create TfsPullRequestSettings from a TfsPullRequestSettings instance

0.2.0-beta.1

04 Sep 18:49
Compare
Choose a tag to compare
0.2.0-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Breaking change

  • #22 Rename TfsPullRequestVote alias to TfsVotePullRequest

Improvement

  • #24 Add overload to create TfsPullRequestSettings from a TfsPullRequestSettings instance

0.1.0

23 Aug 20:08
Compare
Choose a tag to compare

As part of this release we had 10 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server or Azure DevOps.
  • Cake 0.28.0 or higher
  • Targeting .NET Framework 4.6.1

Features

  • #17 Alias for retrieving pull request ID
  • #9 Alias for retrieving collection, project and repository name from URL
  • #8 Alias for retrieving repository ID
  • #6 Alias for retrieving target branch for a pull request
  • #4 Alias for retrieving commit id of pull request
  • #3 Alias for voting on pull request
  • #2 Aliases for authentication

Improvement

  • #18 Return target branch for pull request

Documentation

  • #19 Add documentation