When I define a custom variable in the new TFS 2015 team build as follows:
Name: SomeOutput
Value: $(System.DefaultWorkingDirectory)\Some
...it doesn't seems to expand $(System.DefaultWorkingDirectory)
.
Is there a way around this?
EDIT:
At least it seems it's not expanded everywhere.
For example, in MSBuild-Arguments, /p:OUTPUT="$(SomeOutput)"
is expanded to /p:OUTPUT="C:\TfsData\BuildAgents\_work\3\s\Some"
but when i add a cmd line build task with tool set to cmd
and parameter set to /k set
, it prints
SOMEOUTPUT=$(System.DefaultWorkingDirectory)\Some