From 39c4e876d493b6855500696c5bb93d757edfe4b8 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Tue, 14 Dec 2021 14:53:41 +0300 Subject: [PATCH] Update 1-fetch-and-build.ps1 --- deploy/1-fetch-and-build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/1-fetch-and-build.ps1 b/deploy/1-fetch-and-build.ps1 index 873dae393e..7574068d6c 100644 --- a/deploy/1-fetch-and-build.ps1 +++ b/deploy/1-fetch-and-build.ps1 @@ -40,5 +40,6 @@ git pull origin echo "`n-----=====[ BUILDING ALL PROJECTS ]=====-----`n" cd build -.\build-all.ps1 -f +.\build-all-release.ps1 + echo "`n-----=====[ BUILDING ALL PROJECTS COMPLETED]=====-----`n" \ No newline at end of file