Hi I need to execute this in a windows runner, how do I put this in my yaml file?
& 'C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe'
I was able to call the executable, what I need right now is to put the path to the MSBuild.exe variable per enviroment. Something like this
- $Env:MSBUILD_PATH\MSBuild.exe
but this does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @lprada,
I see. I believe you'll have to programmatically add the path to Windows ENV.
Here's what I found that may be relevant to your use case. - https://gist.github.com/nicolasdao/b1623cb3220be3b6dc8fe04b2b2bfe32?permalink_comment_id=3997314#gistcomment-3997314
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.