Skip to content

Releases: cake-contrib/Cake.AzureDevOps

0.4.6

06 Aug 16:50
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Feature

  • #243 Add AzureDevOpsTestRun with AzureDevOpsTestResult to AzureDevOpsBuild (@phlorian)

Improvements

  • #246 Alias for GetTestRuns method on AzureDevOpsBuild class (@phlorian)
  • #245 Alias for GetArtifacts method on AzureDevOpsBuild class (@phlorian)
  • #239 Add overload to AzureDevOpsBuildSettings.UsingAzurePipelinesOAuthToken accepting a build id (@christianbumann)

0.4.5

10 Jul 15:33
Compare
Choose a tag to compare

As part of this release we had 29 commits which resulted in 2 issues being closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Feature

Improvement

0.4.4

07 Nov 08:46
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Features

Bug

  • #193 AzureDevOpsPullRequestUsingAzurePipelinesOAuthToken(false) throws null reference exception (@pascalberger)

0.4.3

04 Nov 20:50
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 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Bug

  • #191 Could not load file or assembly Microsoft.TeamFoundation.DistributedTask.Common.Contracts

0.4.2

03 Nov 23:21
Compare
Choose a tag to compare

As part of this release we had 7 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Feature

  • #169 Alias for accessing Azure Pipeline builds

Improvements

  • #185 Add AzureDevOpsPullRequestUsingAzurePipelinesOAuthToken alias which returns null if no pull request build
  • #179 Method to create AzureDevOpsCreatePullRequestSettings instance from Azure Pipelines variables
  • #178 Return commits of pull request
  • #174 Return status of a build
  • #173 Return result of a build
  • #171 Return parameters / variables of a build

0.4.1

19 Oct 10:06
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Improvements

  • #163 CreateCommentThread should throw ArgumentNullException
  • #161 Alias for adding comment to pull request
  • #160 Embed NuGet package icon

Documentation

  • #165 Improve indentation of examples in documentation

0.4.1-beta.1

17 Oct 21:35
Compare
Choose a tag to compare
0.4.1-beta.1 Pre-release
Pre-release

As part of this release we had 4 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Improvements

  • #163 CreateCommentThread should throw ArgumentNullException
  • #161 Alias for adding comment to pull request
  • #160 Embed NuGet package icon

Documentation

  • #165 Improve indentation of examples in documentation

0.4.0

13 Oct 11:23
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #132 Rename to Cake.AzureDevOps
  • #124 Remove TfsComment constructor which accepts internal comment type
  • #122 Make IGitClientFactory internal

Improvement

  • #156 Return if a pull request is in draft state

Documentation

  • #126 Create demo repository on Azure DevOps

0.4.0-beta.1

03 Aug 18:16
Compare
Choose a tag to compare
0.4.0-beta.1 Pre-release
Pre-release

As part of this release we had 5 issues closed.

Requirements

  • Team Foundation Server 2017 or newer, Azure DevOps Server 2019, or Azure DevOps Service.
  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #132 Rename to Cake.AzureDevOps
  • #124 Remove TfsComment constructor which accepts internal comment type
  • #122 Make IGitClientFactory internal

Documentation

  • #126 Create demo repository on Azure DevOps

0.3.2

03 Aug 14:02
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.33.0 or higher
  • Targeting .NET Standard 2.0

Improvement

  • #141 Only deliver required assemblies