Need help reading the new project file format #2978
-
I have added the GitVersion step to my DevOps pipeline through the GUI. However, the log does not seem to reflect that it is reading the new .NET Core-based project file format (no AssemblyInfo.cs file at all and no YAML). For testing, I have set the Version to 0.1.1 in the project file, committed and pushed. However, GitVersion appears to revert to the default 0.1.0-alphaXXXX. The logs show that it has loaded the .git folder to parse the branches, etc. but it doesn't seem to even try to look for or read any project files. What am I missing? Do I need to specify the project file location with a command line parameter? I have tried both /targetprojectfiles and /updateprojectfiles, but it really does not like those at all. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
The project file isn't used as a version source by GitVersion, afaik. |
Beta Was this translation helpful? Give feedback.
The project file isn't used as a version source by GitVersion, afaik.