Skip to content

The patch version is being incremented , even if the increment tag is set to none #3430

Discussion options

You must be logged in to vote

@HHobeck
Thanks for the help, We did the below change and it worked for us.

  1. Upgraded our golden image to 6.0,
  2. Updated our Gitversion.yml
  3. Updated our script to calculate the semversion as below
    git fetch origin $CI_COMMIT_SHA:$CHECKOUT_BRANCH
    git checkout $CHECKOUT_BRANCH
    /tools/dotnet-gitversion /output buildserver /c $CI_COMMIT_SHA /nonormalize $VERBOSITYSETTING \

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@HHobeck
Comment options

@kabilanmani93
Comment options

@HHobeck
Comment options

@kabilanmani93
Comment options

Answer selected by kabilanmani93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3429 on March 08, 2023 06:48.