ExtensionDsLab/build.cmd

9 lines
102 B
Batchfile
Raw Permalink Normal View History

@echo off
cls
dotnet restore build.proj
IF NOT EXIST build.fsx (
fake run init.fsx
)
fake build %*