text stringlengths 0 834k |
|---|
set ""_OLD_CODEPAGE=%%a"" |
) |
if defined _OLD_CODEPAGE ( |
""%SystemRoot%\System32\chcp.com"" 65001 > nul |
) |
set ""VIRTUAL_ENV=C:\Users\Garden\PycharmProjects\naver_crwal\venv"" |
if not defined PROMPT ( |
set ""PROMPT=$P$G"" |
) |
if defined _OLD_VIRTUAL_PROMPT ( |
set ""PROMPT=%_OLD_VIRTUAL_PROMPT%"" |
) |
if defined _OLD_VIRTUAL_PYTHONHOME ( |
set ""PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"" |
) |
set ""_OLD_VIRTUAL_PROMPT=%PROMPT%"" |
set ""PROMPT=(venv) %PROMPT%"" |
if defined PYTHONHOME ( |
set ""_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"" |
set PYTHONHOME= |
) |
if defined _OLD_VIRTUAL_PATH ( |
set ""PATH=%_OLD_VIRTUAL_PATH%"" |
) else ( |
set ""_OLD_VIRTUAL_PATH=%PATH%"" |
) |
set ""PATH=%VIRTUAL_ENV%\Scripts;%PATH%"" |
:END |
if defined _OLD_CODEPAGE ( |
""%SystemRoot%\System32\chcp.com"" %_OLD_CODEPAGE% > nul |
set ""_OLD_CODEPAGE="" |
) |
",21.7391304348,93,0.713 |
220007,f33a8fbe5b9cae838a37af8cd3bdd32284b51eb4,781,cmd,Batchfile,scripts/release.cmd,hdrachmann/Rebus.TestHelpers,cd6a4e9beaf5d1bb130ca4e1f58e41336eb769ca,['MIT'],9.0,2016-09-23T07:50:46.000Z,2020-02-01T15:31:15.000Z,scripts/release.cmd,hdrachmann/Rebus.TestHelpers,cd6a4e9beaf5d1bb130ca4e1f58e41336eb769ca,['MIT'],4.0,... |
set scriptsdir=%~dp0 |
set root=%scriptsdir%\.. |
set deploydir=%root%\deploy |
set project=%1 |
set version=%2 |
if ""%project%""=="""" ( |
echo Please invoke the build script with a project name as its first argument. |
echo. |
goto exit_fail |
) |
if ""%version%""=="""" ( |
echo Please invoke the build script with a version as its second argument. |
echo. |
goto exit_fail |
) |
set Version=%version% |
if exist ""%deploydir%"" ( |
rd ""%deploydir%"" /s/q |
) |
pushd %root% |
dotnet restore --interactive |
if %ERRORLEVEL% neq 0 ( |
popd |
goto exit_fail |
) |
dotnet pack ""%root%/%project%"" -c Release -o ""%deploydir%"" -p:PackageVersion=%version% --no-restore |
if %ERRORLEVEL% neq 0 ( |
popd |
goto exit_fail |
) |
call scripts\push.cmd ""%version%"" |
popd |
goto exit_success |
:exit_fail |
exit /b 1 |
:exit_success",14.7358490566,99,0.7016645327 |
220008,f33abd84a03c464c70baf947515115d0d8753bb5,854,bat,Batchfile,scripts/Multi_WaitChildren.bat,adisak/MultiBat,678d40ef289f266dfb90ce137c89341aed8e5262,['MIT'],9.0,2020-09-16T22:31:17.000Z,2022-03-20T13:25:29.000Z,scripts/Multi_WaitChildren.bat,adisak/MultiBat,678d40ef289f266dfb90ce137c89341aed8e5262,['MIT'],,,,scrip... |
REM ""Multi"" is a thread-pool emulation helper library for controlling multi-threaded windows batch [*.BAT] files |
REM Copyright (c) 2020-2021 Adisak Pochanayon |
REM Contact: adisak@gmail.com |
REM See Multi_License.txt for details |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.