TFS 2013 environment variables always empty
问题 I've defined custom arguments in my xaml build script and provided values: Then In my build I get the following instead of actual TF_BUILD_BUILDDIRECTORY. This is the string that writes: "dotCover Report..." String.Format("dotCover Report Path: {0}\{1}", DotCoverReportPath, DotCoverReportFileName) It's not translating to actual BUILDDIRECTORY path. What am I doing wrong? I've hit "refresh" several times and still no go. I wanted to get "C:\temp..." etc 回答1: Possible duplicate with this case