From d6a6416e195fcecde2df5ef6982fde9552b1db3f Mon Sep 17 00:00:00 2001 From: Eduard Tomas Date: Thu, 22 Jun 2017 16:56:27 +0200 Subject: [PATCH] Bad folder for Locations.API corrected --- cli-windows/build-bits.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-windows/build-bits.ps1 b/cli-windows/build-bits.ps1 index 9533ee25e..96caa7f26 100644 --- a/cli-windows/build-bits.ps1 +++ b/cli-windows/build-bits.ps1 @@ -17,7 +17,7 @@ $projectPaths = @{Path="$rootPath\src\Services\GracePeriod\GracePeriodManager";Prj="GracePeriodManager.csproj"}, @{Path="$rootPath\src\Services\Basket\Basket.API";Prj="Basket.API.csproj"}, @{Path="$rootPath\src\Services\Identity\Identity.API";Prj="Identity.API.csproj"}, - @{Path="$rootPath\src\Services\Location\Location.API";Prj="Locations.API.csproj"}, + @{Path="$rootPath\src\Services\Location\Locations.API";Prj="Locations.API.csproj"}, @{Path="$rootPath\src\Services\Marketing\Marketing.API";Prj="Marketing.API.csproj"}, @{Path="$rootPath\src\Services\Payment\Payment.API";Prj="Payment.API.csproj"}, @{Path="$rootPath\src\Web\WebStatus";Prj="WebStatus.csproj"}