ELEC60015-HLP-CW/build.cmd

6 lines
107 B
Batchfile
Raw Permalink Normal View History

2022-02-10 23:15:22 +00:00
@echo off
cls
dotnet tool restore
dotnet paket install
:: dotnet restore build.proj
dotnet fake build -t %*