Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docs.Site/Docs/Reference/Build-Services.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Running ```GitVersion /output buildserver``` will cause MyGet Build Services to
GitVersion.NuGetVersion=3.0.23

<p class="alert alert-info">
<strong>Note:</strong> If you require the <code>AssemblyInfo.cs</code> files in your project to be patched with the information from GitVersion, you will have to run it manually, for example using the command <code>call %GitVersion% /updateassemblyinfo</code>.
<strong>Note:</strong> If you require the <code>AssemblyInfo.cs</code> files in your project to be patched with the information from GitVersion, you will have to run it manually, for example using the command <code>call %GitVersion% /updateassemblyinfo true</code>.
</p>

## Configuring Projects to Build
Expand Down