So far I can execute the following into a powershell:
$msbuild = "C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe"
$options = "BodyCad.sln /m 
/p:Configuration=Release;Platform=x64;SolutionDir=`" + $PSScriptRoot + `"\ 
/t:Clean;Build"
Invoke-Expression "& '$msbuild' $options"

But I cannot make this happen when running into piepline powershell so far

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f1427e69-e1fa-47c6-92c8-dd616b7d38c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to