From c3228666015d5ab3f15e8215ae86cc651cc083ef Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Sat, 28 Oct 2017 11:27:44 -0700 Subject: [PATCH] Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...h-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 598b9ba..e40664e 100644 --- a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -113,7 +113,9 @@ However, take into account the note below if you have that issue. *IMPORTANT NOTE (as of Oct. 2017):* -This is the simplest way to do it from the CLI, but if you get the following error when compiling from the Linux build-container: +This is the simplest way to do it from the CLI, and with the latest tests using the Docker build-container image with SDKs, microsoft/aspnetcore-build:2.0.2 we're not getting this issue, any more. + +But if you get the following error when compiling from the Linux build-container: `MSBUILD : error MSB4017: The build stopped unexpectedly because of an unexpected logger failure.` `ci-build_1 | Microsoft.Build.Exceptions.InternalLoggerException: The build stopped unexpectedly because of an unexpected logger failure. ---> System.IO.IOException: The process cannot access the file because it is being used by another process.`