Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 611 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 611 Bytes

NB This Repository was merged into https://github.com/GitTools/GitVersion/tree/poc/new-cli

Ways the commands can be run from command line

dotnet run --project ./GitVersion.Cli/ --  --help

dotnet run --project ./GitVersion.Cli/ --  output --help

dotnet run --project ./GitVersion.Cli/ --  output assemblyinfo --help

dotnet run --project ./GitVersion.Cli/ --  output assemblyinfo --assemblyinfo-file GlobalAssemblyInfo.cs --output-dir c:\output

"1.2.3-beta4" | dotnet run --project ./GitVersion.Cli/ --  output assemblyinfo --assemblyinfo-file GlobalAssemblyInfo.cs --output-dir c:\output