Skip to content

Commit ef07184

Browse files
authored
Merge pull request #3588 from fowl2/patch-1
msbuild.md: add section on how configuration file is found
2 parents 205a530 + 655954f commit ef07184

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/input/docs/usage/msbuild.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ versioning your assemblies like a champ. However, more can be done to further
9191
customize the build process. Keep reading to find out how the version variables
9292
are set and how you can use them in MSBuild tasks.
9393

94+
## Configuration
95+
96+
The [configuration file](/docs/reference/configuration), if any, is read from a file
97+
the `GitVersion.yml` the root of the repository or the project directory. Since version 3,
98+
the path to the configuration file itself [cannot be configured](https://github.com/GitTools/GitVersion/issues/3009).
99+
94100
## How does it work?
95101

96102
After being installed into a project, the MSBuild task will wire GitVersion into

0 commit comments

Comments
 (0)