You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.Tool
GitVersion version
6.0.2
Operating system
Windows
What are you seeing?
I run "dotnet GitVersion /showconfig /config GitVersion.yml" in the root directory of my project. The result confirm that the config file GitVersion.yml is used as I see that for the develop branch it should use the label 'unstable'.
When I run "dotnet GitVersion /config GitVersion.yml" it use the generic configuration and doesn't use unstable for the develop branch. Instead it uses "Branch.develop".
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.2
Operating system
Windows
What are you seeing?
I run "dotnet GitVersion /showconfig /config GitVersion.yml" in the root directory of my project. The result confirm that the config file GitVersion.yml is used as I see that for the develop branch it should use the label 'unstable'.
When I run "dotnet GitVersion /config GitVersion.yml" it use the generic configuration and doesn't use unstable for the develop branch. Instead it uses "Branch.develop".
What is expected?
The configuration should be used.
Steps to Reproduce
| dotnet GitVersion /showconfig /config GitVersion.yml
Develop branch has a "unstable" label configrued.
| dotnet GitVersion /config GitVersion.yml
GitVersion uses "Branch.develop" instead of "unstable".
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: