Skip to content

Conversation

@arturcic
Copy link
Member

@arturcic arturcic commented Oct 7, 2019

Change the implementation of AzureDevops task. Instead of embedding the executables, installing GitVersion.Tool with a versionSpec

  - task: UseGitVersion@5
    inputs:
      versionSpec: '>5.0.2-beta1'
      includePrerelease: true

This way we can install different versions of the Gitversion by either specifying the exact version, or a semver range. You can have a look here on the versionSpec

https://semver.npmjs.com/

Change the implementation of AzureDevops task. Instead of embedding the executables, installing GitVersion.Tool with a versionSpec
@arturcic arturcic merged commit 92c11a1 into GitTools:master Oct 7, 2019
@arturcic
Copy link
Member Author

arturcic commented Oct 7, 2019

I have merged @asbjornu , need to check the build works as expected. Thanks for reviewing

@arturcic arturcic added this to the 5.1.0 milestone Oct 7, 2019
@arturcic arturcic deleted the vsix branch October 7, 2019 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants