till last year we had a build.csproj file with all our build-definitions for a solution. Now we made an update from TFS 2012 to TFS 2015. Now I have to define the build-definitions on the new websurface of the TFS 2015. Its not a problem to define the variables, but how do I work with conditions? In the build.cjproj file its like
<GUIDChanged Condition="'$(ChangeProductID)' == 'true' OR '$(ChangePrinterDriverIDs)' == 'true'">true</GUIDChanged>
How do I got this in the websurface of the TFS 2015?
Thanks a lot! Chris