Skip to content

Change the implementation of AzureDevops task. #1843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 7, 2019

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