2021-07-14 19:55:56 +03:00
|
|
|
call :pauseOnError msbuild -p:configuration=Release -t:clean
|
|
|
|
call :pauseOnError msbuild -p:configuration=Release -t:BuildAllConfigurations
|
|
|
|
call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetFx
|
|
|
|
call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetCoreAllOS
|
|
|
|
call :pauseOnError msbuild -p:configuration=Release -t:BuildAKVNetStAllOS
|
|
|
|
call :pauseOnError msbuild -p:configuration=Release -t:GenerateAKVProviderNugetPackage
|
2019-10-18 20:59:32 +03:00
|
|
|
|
|
|
|
goto :eof
|
|
|
|
|
|
|
|
:pauseOnError
|
|
|
|
%*
|
|
|
|
if ERRORLEVEL 1 pause
|
|
|
|
goto :eof
|