Skip to content

Commit f39188a

Browse files
committed
Merge pull request #577 from pascalberger/DocFix2
Add note that VSO build version cannot be set atm
2 parents 8601387 + b6e843a commit f39188a

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)