%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/cwd/html/ppaobm/vendor/kartik-v/bootstrap-fileinput/nuget/ |
Upload File : |
@echo off NuGet Update -self REM remove package content folder rmdir /s /q content REM create new package content folder mkdir content REM create sub folder for js files mkdir content\Scripts REM create sub folders for css and img files mkdir content\Content mkdir content\Content\bootstrap-fileinput REM delete the previous package versions REM del bootstrap-fileinput.* REM copy the content to the destination folders xcopy ..\js content\Scripts /D /E /C /R /I /K /Y xcopy ..\css content\Content\bootstrap-fileinput\css /D /E /C /R /I /K /Y xcopy ..\img content\Content\bootstrap-fileinput\img /D /E /C /R /I /K /Y xcopy ..\themes content\Content\bootstrap-fileinput\themes /D /E /C /R /I /K /Y xcopy ..\scss content\Content\bootstrap-fileinput\scss /D /E /C /R /I /K /Y REM create a new package NuGet Pack Package.nuspec -Exclude NuGet.exe;build.bat REM Upload the new package REM for %%f in (content\Content\bootstrap-fileinput.*) do ( REM NuGet Push %%f REM rmdir /s /q content REM del %%f REM )