@ -46,5 +46,5 @@ Write-Info "Building ABP repository"
cd build
.\build-all-release.ps1
Write-Info "Building ABP repository completed"
Write-Info "Completed: Building ABP repository"
cd ..\deploy #always return to the deploy directory
@ -6,5 +6,5 @@ cd ..\nupkg
powershell -File pack.ps1
echo "`n-----=====[ CREATING NUGET PACKAGES COMPLETED ]=====-----`n"
Write-Info "Creating NuGet packages completed"
Write-Info "Completed: Creating NuGet packages"
@ -26,6 +26,6 @@ echo "`n-----=====[ PUSHING PACKAGES TO NUGET ]=====-----`n"
cd ..\nupkg
powershell -File push_packages.ps1 $nugetApiKey
echo "`n-----=====[ PUSHING PACKAGES TO NUGET COMPLETED ]=====-----`n"
Write-Info "Pushing packages to NuGet Completed"
Write-Info "Completed: Pushing packages to NuGet"
@ -34,6 +34,6 @@ Write-Info "Pushing MVC packages to NPM"
echo "`n-----=====[ PUSHING MVC PACKS TO NPM ]=====-----`n"
powershell -File publish-mvc.ps1
echo "`n-----=====[ PUSHING MVC PACKS TO NPM COMPLETED ]=====-----`n"
Write-Info "Pushing MVC packages to NPM completed"
Write-Info "Completed: Pushing MVC packages to NPM"
powershell -File publish-ng.ps1
@ -9,6 +9,6 @@ git commit -m Update_NPM_Package_Versions
git push
echo "`n-----=====[ COMMITTING CHANGES COMPLETED ]=====-----`n"
Write-Info "Committing changes to GitHub completed"
Write-Info "Completed: Committing changes to GitHub"
cd deploy #always return to the deploy directory
@ -29,6 +29,5 @@ echo "`nDownloading release file into Natro..."
plink.exe -ssh jenkins@94.73.164.234 -pw $password -P 22 -batch "powershell -File c:\ci\scripts\download-latest-abp-release.ps1 ${version}"
Write-Info "Downloading release zip into Natro completed"
echo "`n---===[ COMPLETED ]===---"
Write-Info "Completed: Downloading release zip into Natro completed"
#---------------------------------------------------------------------