You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my repository I have a script file "build.sh" for Linux and "build.cmd" or "build.ps1" for Windows. Linux or Windows, the parameters of these files are the same.
How do I either script without duplicating my steps?
In my repository I have a script file "build.sh" for Linux and "build.cmd" or "build.ps1" for Windows. Linux or Windows, the parameters of these files are the same.
How do I either script without duplicating my steps?
Currently I have steps like:
Repeating this seems very cumbersome.
Is there perhaps the possibility to set some variable to the script file? Or automatically set the extension/command used?
The text was updated successfully, but these errors were encountered: