Adding the building-bits_from_ci_container.png to the CLI instructions

Cesar De la Torre 2017-03-15 14:35:45 -07:00
parent 56175a62d2
commit 49f98f80d2
6 changed files with 8 additions and 4 deletions

@ -1,8 +1,7 @@
{
"ExpandedNodes": [
"",
"\\img"
""
],
"SelectedNode": "\\img\\Bower_and_Gulp_setup.png",
"SelectedNode": "\\06.-Setting-the-Web-SPA-application-up.md",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

Binary file not shown.

@ -23,7 +23,12 @@ By default, use the MASTER branch which supports .CSPROJ projects and .NET Core
### Approach building bits from a container instead of the local dev-machine
The recommended approach is to build the .NET bits and Docker images by using an special build container/image that should be used either from the CLI or your CI/CD pipeline. Doing that way you'll make sure that what you run and test locally is also built the same way by your CI/CD pipleine (having the same dependencies available within the build container, etc.).
The build container to use is based on the `image: microsoft/aspnetcore-build:1.0-1.1` ASP.NET Core build image which includes the .NET SDK, NPM and many other Web and ASP.NET dependencies (Gulp, Bower, etc.) to build your services and web apps.
<img src="img/building-bits_from_ci_container.png">
<p>
The build container to use is based on the `image: microsoft/aspnetcore-build` ASP.NET Core build image which includes the .NET SDK, NPM and many other Web and ASP.NET dependencies (Gulp, Bower, etc.) to build your services and web apps.
See building procedure below.

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB