We have TFS 2015 build machine ( for .Net application) on windows 2008 server. Also we are using embedded SW ( IAR Embedded Workbench ) tool, which does not support Windows Server versions so if we want to incorporate embedded SW to the build.
is it possible to configure the build to invoke the embedded SW build on another PC (for ex. Windows7 )?
It's recommend to use Windows Build Agent to run vNext build. The easiest way is to deploy the Windows Build Agent on the embedded SW machine directly, then the build will run on this machine.
Or you can add a PowerShell on Target Machines task to run PowerShell script on the embedded SW machine.