April 2017
Beginner
404 pages
9h 30m
English
Up to this point we have created three individual files called Dockerfile, DockerTask.ps1, and Install-DotNetCore.ps1. The following steps connect these files with the Visual Studio build and publish process:
"postcompile": [ "powershell ./Docker/DockerTask.ps1 -Build -ProjectName '%project:Name%' -Configuration '%compile:Configuration%' -Version '1.0.0'" ]
Read now
Unlock full access