Skip to content

Commit with version tag not found #865

Answered by Crossbow78
Crossbow78 asked this question in Q&A
Discussion options

You must be logged in to vote

This seems to be caused by a recent change in default Azure DevOps pipeline behavior where the git checkout has changed to a shallow fetch with maxDepth 1. The issue also affected Nerdbank.Gitversioning.

When adding the following step in my pipeline, Minver is behaving exactly as expected:

- checkout: self
  fetchDepth: 0

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Crossbow78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant