From 7842a622bd9d8963232502e82edcbfa66d974eaa Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Wed, 8 Dec 2021 17:46:12 +0300 Subject: [PATCH] Update 1-fetch-and-build.ps1 --- deploy/1-fetch-and-build.ps1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy/1-fetch-and-build.ps1 b/deploy/1-fetch-and-build.ps1 index 1ca9f343e4..93542f8fce 100644 --- a/deploy/1-fetch-and-build.ps1 +++ b/deploy/1-fetch-and-build.ps1 @@ -8,9 +8,6 @@ if (!$branch) $branch = Read-Host "Enter the branch name" } - - - # Read the current version from common.props $commonPropsFilePath = resolve-path "../common.props" $commonPropsXmlCurrent = [xml](Get-Content $commonPropsFilePath ) @@ -36,5 +33,6 @@ git switch $branch git pull origin echo "`n-----=====[ BUILDING ALL PROJECTS ]=====-----`n" -# .\build\build-all.ps1 +cd build +.\build-all.ps1 echo "`n-----=====[ BUILDING ALL PROJECTS COMPLETED]=====-----`n" \ No newline at end of file