Skip to content

Commit 8445256

Browse files
author
Pascal Berger
committed
Add note about variable expanding back into the documentation since this is still an issue with TFS2015 On-Prem
1 parent 0d87102 commit 8445256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ See [Variables](/more-info/variables/) for an overview of available variables.
3535

3636
#### Known limitations
3737
* 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.
38+
* 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.
39+
As a workaround environment variables can be used in custom scripts.
3840

3941
## Create a NuGet package in VSO
4042
If you use a Command Line task to build your NuPkg, use `%GITVERSION_NUGETVERSION%` as the version parameter: `nuget.exe pack path\to\my.nuspec -version %GITVERSION_NUGETVERSION%`

0 commit comments

Comments
 (0)