One very convenient way of supplying custom build arguments for ex.
clickonce deployment is with the property switch ( /
p:ApplicationVersion=1.0.0.0 /p:ProductName=foobar ). I can't seem to
find a way of passing the variables to <buildargs>. I found that %% is
not supposed to work (browsing older posts), I've also failed trying
solutions like ${var}.
Am I missing something or doesn't msbuild scale to this kinds of task?
Would the best solution look something like a bat script (exec block)
fetching the environment variables an feed it to msbuild.

Reply via email to