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
Yeah, found that out and that seems to work, but I wonder why it would consume my configuration file in this case.I think documentation/defaults could be made clearer and I would have expected it to work like this:
Work with configuration from default configuration file (GitVersion.yml) since we explicitly specify to use a configuration file but do not specify an override for the file name, hence the default value GitVersion.yml for configFilePath should be used:
Prerequisites
GitVersion package
AzureDevops task
What are you seeing?
I am using the azure devops GitVersoin task and am running into issues:
This is the relevant section from the pipeline with failure:
I have added the following for debugging in between the two steps:
It seems to output the file is present and at the correct location AFAICT: /home/vsts/work/1/s/GitVersion.yml
What is expected?
Execute the run w/o errors and determine the version number as GitVersion.yml, the default expected filename is in the correct place.
Steps to Reproduce
Output log or link to your CI build (if appropriate).
The text was updated successfully, but these errors were encountered: