Skip to content

Commit 0ce9ad0

Browse files
author
Pascal Berger
committed
Mention warning in OnPrem TFS in documentation
1 parent b5ae039 commit 0ce9ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GitVersion passes variables in the form of `GitVersion.*` (Eg: `GitVersion.Major
3838
See [Variables](/more-info/variables/) for an overview of available variables.
3939

4040
#### Known limitations
41-
* Due to [current limitations in TFS2015 On-Prem](https://github.com/Microsoft/vso-agent-tasks/issues/380) it's currently not possible to automatically set the build version in TFS2015 On-Prem.
41+
* Due to [current limitations in TFS2015 On-Prem](https://github.com/Microsoft/vso-agent-tasks/issues/380) it's currently not possible to automatically set the build version in TFS2015 On-Prem. Instead a warning similar to `##[warning]Unable to process logging event:##vso[build.updatebuildnumber 1.0.0-unstable.1` is logged.
4242
* Due to a know limitation in TFS 2015 On-Prem it's currently not possible to use variables added during build in inputs of subsequent build tasks, since the variables are processed at the beginning of the build.
4343
As a workaround environment variables can be used in custom scripts.
4444

0 commit comments

Comments
 (0)