From cf503b9f7372c06928a7f4d88d64c65174242dd8 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Thu, 13 Nov 2014 09:06:37 +0000 Subject: [PATCH] Corrected command for updateassemblyinfo As per here: https://github.com/ParticularLabs/GitVersion/wiki/Command-Line-Tool#directly-on-build-server ``` /updateassemblyinfo ``` By itself, won't work. Since there is now an expectation that there will be a parameter passed in, either indicating that it should happen, i.e. **true** or providing a relative or absolute path to a CommonAssemblyInfo file --- Docs.Site/Docs/Reference/Build-Services.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs.Site/Docs/Reference/Build-Services.markdown b/Docs.Site/Docs/Reference/Build-Services.markdown index 054bf0c6..ac41387a 100644 --- a/Docs.Site/Docs/Reference/Build-Services.markdown +++ b/Docs.Site/Docs/Reference/Build-Services.markdown @@ -377,7 +377,7 @@ Running ```GitVersion /output buildserver``` will cause MyGet Build Services to GitVersion.NuGetVersion=3.0.23

- Note: If you require the AssemblyInfo.cs files in your project to be patched with the information from GitVersion, you will have to run it manually, for example using the command call %GitVersion% /updateassemblyinfo. + Note: If you require the AssemblyInfo.cs files in your project to be patched with the information from GitVersion, you will have to run it manually, for example using the command call %GitVersion% /updateassemblyinfo true.

## Configuring Projects to Build