Skip to content

Commit

Permalink
Merge pull request #3588 from fowl2/patch-1
Browse files Browse the repository at this point in the history
msbuild.md: add section on how configuration file is found
  • Loading branch information
arturcic authored Oct 10, 2023
2 parents 205a530 + 655954f commit ef07184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/input/docs/usage/msbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ versioning your assemblies like a champ. However, more can be done to further
customize the build process. Keep reading to find out how the version variables
are set and how you can use them in MSBuild tasks.

## Configuration

The [configuration file](/docs/reference/configuration), if any, is read from a file
the `GitVersion.yml` the root of the repository or the project directory. Since version 3,
the path to the configuration file itself [cannot be configured](https://github.com/GitTools/GitVersion/issues/3009).

## How does it work?

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

0 comments on commit ef07184

Please sign in to comment.