Replies: 1 comment
-
Which version you are using? I'm very confused devops is not part of you configuration. Anyway you should read the documentation and find out the different between ContinuousDelivery and ContinuousDeployment. Please see the following integration test for 6.0.0-beta.3: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a very simple GitVersion.yml file:
my branch name is "devops". When I run "gitversion -showvariable FullSemVer" I get:
0.1.0-devops.1+90
My main and dev branches don't do this. Running "git rev-parse --abbrev-ref HEAD" returns "devops". I'm not sure where this ".1" is coming from.
Beta Was this translation helpful? Give feedback.
All reactions