azure-powershell-1/Dockerfile

7 строки
169 B
Docker

FROM mcr.microsoft.com/powershell
ARG CONFIG=Release
COPY artifacts/${CONFIG} /usr/local/share/powershell/Modules
COPY tools/InstallationTests/NetcoreTests /azpstests