From bf6e696ccbd616759940cf267e5d50153171d456 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 16 Feb 2017 13:22:42 -0800 Subject: [PATCH] Fix: Manual update to .CSPROJ file XML as VS 2017 was throwing an error when trying to go to the pics folder properties to include it in the output directoy. Added: Always See possible related bug in VS 2017: https://github.com/dotnet/roslyn-project-system/issues/1579 --- build-bits.ps1 | 2 +- src/Services/Catalog/Catalog.API/Catalog.API.csproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build-bits.ps1 b/build-bits.ps1 index 6a3a14840..267171f2d 100644 --- a/build-bits.ps1 +++ b/build-bits.ps1 @@ -52,7 +52,7 @@ Write-Host "basketPathToPub is $basketPathToPub" -ForegroundColor Yellow ######################################################################################## # Delete old eShop dotnet publish bits ######################################################################################## -Write-Host "Deleting previous dotnet publish bits from all projects" -ForegroundColor Blue +# Write-Host "Deleting previous dotnet publish bits from all projects" -ForegroundColor Blue remove-item -path $WebMVCPathToPub -Force -Recurse -ErrorAction SilentlyContinue remove-item -path $webSPAPathToPub -Force -Recurse -ErrorAction SilentlyContinue diff --git a/src/Services/Catalog/Catalog.API/Catalog.API.csproj b/src/Services/Catalog/Catalog.API/Catalog.API.csproj index 2e5115a4f..dfceacd26 100644 --- a/src/Services/Catalog/Catalog.API/Catalog.API.csproj +++ b/src/Services/Catalog/Catalog.API/Catalog.API.csproj @@ -48,6 +48,9 @@ Always + + Always + Always