Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 777 Bytes

usage.md

File metadata and controls

12 lines (7 loc) · 777 Bytes

Usage

There are two main ways to consume GitVersion, the first is by running GitVersion.exe. The second is an MSBuild task. The MSBuild task is really easy to get up and running, simply install GitVersionTask from NuGet and it will integrate into your project and write out variables to your build server if it's running on one. The exe offers more options and works for not just .net projects.

There exist also wrappers around the Command Line tool for several build servers. See Build server support for details.