Preinstalled GITAWS CLIDockerfile # escape=` FROM microsoft/dotnet-framework:4.7.2-runtime SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] #Install NuGet CLI ENV NUGET_VERSION 4.4.1 RUN New-Item -Type Directory