mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-11-10 02:05:48 +00:00
6 lines
107 B
Batchfile
6 lines
107 B
Batchfile
|
@echo off
|
||
|
cls
|
||
|
dotnet tool restore
|
||
|
dotnet paket install
|
||
|
:: dotnet restore build.proj
|
||
|
dotnet fake build -t %*
|