GitTools/GitVersion

[ISSUE]: Azure Devops GitVersion task upgrade internal gitversion.exe to 5.12.0

Closed this issue · 3 comments

Prerequisites

  • I have written a descriptive issue title
  • I have searched issues to ensure it has not already been reported

GitVersion package

AzureDevops task

GitVersion version

5.12.0

Operating system

Windows

What are you seeing?

Please do a final upgrade of the gitversion.exe contained within AzureDevopsTask of GitVersion to version 5.12.0

I have a bunch of "Classic Pipelines" that cant apparently utilize the newer "Azure GitTools Extensions" within Classic Pipelines (the non-yml pipelines)

What is expected?

AzureDevopsTask internal gitversion.exe upgraded to 5.12.0

Steps to Reproduce

Start a Classic pipeline,
add a "GitVersion" task from marketplace
add /version to the commandline ran
run the pipeline
observe GitVersion 5.0.1 reported.

RepositoryFixture Test

No response

Output log or link to your CI build (if appropriate).

No response

Not having the internal gitversion.exe at version 5.12.0 causes me to have to run a hosted agent with gitversion.exe 5.12.0 available in the filesystem instead of being able to use a generic Azure VM hosted agent.

Strangely enough, yesterday I looked again at the task list filtered on "gitversion" and the newer extension based tasks showed up. In times prior, after having added the extension into our Devops workspace, it just wasnt showing up. I guessed it was because they weren't "available" within Classic Pipelines.

Trying to get them integrated into the build now.

Can probably close this issue