Mar
28

Build custom Windows Server Docker Image with .NET Framework Build Tools for AWS CodeBuild
Preinstalled
* GIT
* AWS CLI
Dockerfile
# escape=`
FROM microsoft/dotnet-framework:4.7.2-runtime
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
#Install
2 min read