5 lines
60 B
Batchfile
5 lines
60 B
Batchfile
@echo off
|
|
pushd "%~dp0%"
|
|
call package.cmd Release
|
|
pause
|
|
popd |