Skip to content

Commit b6e843a

Browse files
author
Pascal Berger
committed
Add note that it currently is not possible to set the VSO build version to the version determined by GitVersion
1 parent 7e94062 commit b6e843a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/more-info/build-server-setup/tfs-build-vnext.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ If you want the GitVersionTask to update AssemblyInfo files, check the box in th
1717
## Using the GitVersion Variables
1818
GitVersion writes build parameters into VSO, so they will automatically be passed to your build scripts to use. It also writes GITVERSION_* environment variables that are available for any subsequent build step.
1919

20+
Note that due to [current limitations in VSO](https://github.com/Microsoft/vso-agent-tasks/issues/380) it's currently not possible to set the build version inside of VSO to one of the GITVERSION_* variables.
2021

2122
## Running inside Visual Studio Online
2223
* We output the individual values of the GitVersion version as the build parameter: `GitVersion.*` (Eg: `GitVersion.Major`) if you need access to them in your build script

0 commit comments

Comments
 (0)