cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 79 forks source link

Make build.ps1 cross-platform #70

Closed TylerLeonhardt closed 5 years ago

TylerLeonhardt commented 5 years ago

This will allow the build.ps1 to work on macOS & Linux using PowerShell Core.

The script continues to work on Windows (both in Windows PowerShell and in PowerShell Core).

DISCLAIMER: this still relies on mono for macOS & Linux it doesn't rely on the dotnet global tool or any newer mechanism.

devlead commented 5 years ago

@TylerLeonhardt your changes have been merged, thanks for your contribution 👍

I'll merge to master and we'll ship this one ;)