wix - TFS Build Server doesn't pick up environment variables? -
i've been trying use heat generate .wxs wix install project pre-build event command line.
everything works fine locally despite installing wix on build machine, configuring environment variables, restarting build machine etc nothing seems recognise variables when run build on tfs.
for example:
"$(wix)bin\heat.exe" dir $(solutiondir)myproject\$(outdir) -cg myclient -gg -scom -sreg -sfrag -srd -dr clientfolder -var var.clientsourcedir -out "$(projectdir)client.wxs"
outputs
"bin\heat.exe" dir correct_path -cg myclient -gg -scom -sreg -sfrag -srd -dr clientfolder -var var.clientsourcedir -out "correct_path"" exited code 3
if echo $(wix)
outputs echo
, whereas running locally outputs wix directory seems suggest picks no environment variables.
if log on build machine , use command line on these variables fine.
Comments
Post a Comment