1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 10:03:21 +08:00
osu-lazer/build.ps1

4 lines
148 B
PowerShell
Raw Normal View History

2019-10-10 16:48:56 +08:00
dotnet tool install Cake.Tool --global --version 0.35.0
dotnet cake ./build/build.cake --bootstrap
dotnet cake ./build/build.cake
exit $LASTEXITCODE