Flurl/Build/pack.flurl.http.cmd
2016-05-26 01:21:05 +03:00

13 lines
260 B
Batchfile

@call build.flurl.http.cmd
@if ERRORLEVEL 1 (
echo Error! Build Flurl.Http failed.
exit /b 1
)
@md publish > nul 2>&1
@call nuget.exe pack nuspec\Flurl.http.nuspec -OutputDirectory publish
@if ERRORLEVEL 1 (
echo Error! Packing Flurl.Http failed.
exit /b 1
)