Hi
I use CI to start an Finalbuilder 8 project which build an visual studio project.
the FB* project uses an environment variable that is used in serveral FB8 projects.
These project builds ok on the buildserver when started from FB8 itself
However if is try to run it from CI i got the error that the variable is not found.
How to solve this?
Failed to expand serverName : Invalid Expression : [Expression Error]: Variable\Object “TFSServer” does not exist! [%TFSServer?%]
Never mind
i just saw that the new variable did not show up in CI
A restart of the server solved it
Can be closed