gitversion Questions
4
I’m working on a project and I wanted to tag or give a version number. I wanted gitlab to tag V 1.0, 1.1, etc. in my gitci.yml file when the merging happens and my CI/CD runs successfully.
Quotidian asked 28/8, 2020 at 12:23
2
Solved
Getting error when run task gitversion/execute on azure devops yaml pipeline
An unexpected error occurred: System.NullReferenceException: Object reference not set to an instance of an object. at L...
Repletion asked 22/9, 2022 at 14:15
3
Running GitVersion via AzureDevops and receive the following error message when attempting to use on any branch except master (incl, pull request branches, etc.);
So far i've tried to resolve the i...
Electrolyte asked 23/6, 2022 at 2:48
1
Solved
I was running the pipeline with a simple task to install the git and check the version by the following tasks.
Everything was running well till the time I created another temporary pipeline with th...
Varnish asked 20/9, 2022 at 10:45
1
According to the documentation when dotnet gitversion is called with /updateassemblyinfo parameter it will recursively search for all AssemblyInfo.cs files in the git repo and update them. It will ...
Mutate asked 16/2, 2021 at 17:50
3
I am trying to build my .net core app using Docker. And I want to override my app version during build. To display it somewhere later in runtime.
I have my Docker file looks like this:
FROM micr...
Skyeskyhigh asked 25/2, 2019 at 21:19
2
Solved
We have been using a Bamboo build server for a while now and we have GitVersion installed so it can be selected as a task in the Build plan. We typically use the /UpdateAssembleInfo argument when w...
Alignment asked 23/4, 2018 at 21:11
0
I would like to use Jenkins docker.Image.run() to run GitVersion.
From a bash shell, if I run
docker run --rm -v "$(pwd):/repo" gittools/gitversion:5.6.6 /repo
...a JSON-format string ge...
Exponential asked 14/9, 2021 at 22:35
2
Solved
I have a repo in azure and it has the default branch "main".
Also, I have a task in yml file for semantic versioning.
- task: gittools.gitversion.gitversion-task.GitVersion@5
displayName...
Cameroun asked 7/1, 2021 at 10:41
3
Solved
Currently I have a react native app and the issue that I have is that is very time consuming to update the version on every build or commit.
Also, I have Sentry enabled so every time I build, som...
Introduce asked 26/11, 2017 at 1:35
1
Solved
I see that there are two nuget packages GitVersion.Tool and GitVersionTask
What is the difference between the two and what to use when.
I also see that GitVersion, but looks like this is deprecat...
Abolish asked 24/1, 2020 at 6:14
2
I'm trying to setup GitVersion to handle our project's semantic versioning (GitFlow), but it's not incrementing automatically as I'm expecting. I'm also struggling with reading the project's docume...
Launcher asked 28/10, 2019 at 16:14
1
The GitVersion step of our CI build now takes 4-5 minutes and we can't really figure out why. Here are some basic logs:
2018-09-25T14:31:02.4222252Z ##[section]Starting: GitVersion
2018-09-25T14:3...
Cool asked 25/9, 2018 at 14:50
1
Is there a standard for using version tags in monorepos? Is something along the lines of 1.0.0-myapp1, and 2.1.0-myapp2 acceptable? Or is there another way to differentiate versions between applica...
Ogle asked 15/11, 2017 at 19:49
2
Solved
I've recently started using GitVersion to version my assemblies, and I love it!
I like to generate a .msi file that reflects the version of the product being built. Hitherto, I was using this in m...
Throb asked 11/9, 2018 at 0:25
1
We use Jenkins CI and have recently been experimenting with GitVersion for automatically generating SemVer version numbers. However, when combining GitVersion with Multibranch Pipeline jobs (which ...
Spirt asked 13/9, 2016 at 16:44
3
I'm using TeamCity 2017.1.4 along with GitVersion.
The teamcity project itself consists of many build configurations the first of which is to run GitVersion and then all subsequent steps take a sn...
Phallus asked 9/10, 2017 at 3:23
2
Solved
After a successful build, having configured the Label Format as $(GitVersion.NuGetVersion), the resulting tag is set to $(GitVersion.NuGetVersion) not the actual expanded value of that variable.
...
Rumsey asked 7/12, 2016 at 19:52
1
Solved
The gitflow fits our needs and the giversion seems to be fitting the gitflow. But there is one thing which I don't fully understand. Let me explain what bothers me.
We do work on some functionali...
Unconstitutional asked 28/2, 2016 at 13:24
1
© 2022 - 2024 — McMap. All rights reserved.