Flurl/Build/build.flurl.cmd
2016-05-19 19:37:42 +03:00

3 lines
102 B
Batchfile

set project=..\src\Flurl.Library\
call dotnet restore %project%
call dotnet build -c Release %project%