Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-10-28 11:27:44 -07:00
parent 6c75efb9c5
commit c322866601

@ -113,7 +113,9 @@ However, take into account the note below if you have that issue.
*IMPORTANT NOTE (as of Oct. 2017):* *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.` `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.` `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.`