3 lines
102 B
Batchfile
3 lines
102 B
Batchfile
set project=..\src\Flurl.Library\
|
|
call dotnet restore %project%
|
|
call dotnet build -c Release %project% |