Build for
Now that support for linux has been announced I was wonder if the following scenario is possible.
I'm currently using cake to build a netstandard library and would like to build and test my project on both windows and linux.
So the workflow I'm hoping for is:
On windows run build.ps1 (which runs build and test)
On linx run build.sh (which runs build and test)
If both are successful then trigger deploy.ps1 (which handles deploying packages and various other tasks)
Is this possible?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Ilya Finkelshte... on 08 Mar, 2018 07:50 AM
Hi, there are a lot of ways to do that. Please read Running Windows and Linux builds side-by-side
For example you can do the following:
Update: you can go without
sudoif you update permissions forbuild.shas described hereIlya Finkelshteyn closed this discussion on 25 Aug, 2018 02:27 AM.