0

I'm trying to set the Outdir for a MSBUILD task on Hudson. How can I include the working directory environment value?

Screen Shot Hudson

LiamB
  • 270
  • 5
  • 13

1 Answers1

0

I've located the variable in order to include the working directory environment.

The variable is:

%WORKSPACE%

This has resolved the issue.

TheCleaner
  • 32,627
  • 26
  • 132
  • 191
LiamB
  • 270
  • 5
  • 13