The build.ps1 and build.sh scripts are no longer the recommended way of running Cake. They now recommend using the dotnet tool.
See https://cakebuild.net/docs/getting-started/setting-up-a-new-project
We'll need to update our building instructions at the same time.
The
build.ps1andbuild.shscripts are no longer the recommended way of running Cake. They now recommend using thedotnet tool.See https://cakebuild.net/docs/getting-started/setting-up-a-new-project
We'll need to update our building instructions at the same time.