Flurl/Build/Publish.cmd
Nikolay Molchanov 8aa329bbd0 This closes #61
2016-04-06 00:40:58 +03:00

9 lines
189 B
Batchfile

@echo off
set workDir=%1
set publishSpec=%2
set publishDir=%3
cd %workDir%
if not exist "%publishDir%" mkdir "%publishDir%"
call NuGet.exe pack %publishSpec% -OutputDirectory %publishDir%