You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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'
Hi @lprada
As far as I know, you can directly use MSBuild.exe without specifying the path.
May I kindly ask what error/issue you're currently facing?
Regards,
Mark C
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.