Yanbing f291d2438f
Added config files to enabled VSTS build, compliance tests, Code signing. (#296)
Added config files to enabled VSTS build, compliance tests, Code signing.
2018-03-30 19:44:07 -07:00

12 lines
326 B
Plaintext

# escape=`
#0.3.6 (no powershell 6)
#FROM travisez13/microsoft.windowsservercore.build-tools:latest
FROM balu1202/winservercore_openssh:latest
SHELL ["PowerShell.exe", "-command"]
RUN Set-ExecutionPolicy Unrestricted
COPY ./OpenSSH-build.ps1 /OpenSSH-build.ps1
ENTRYPOINT ["powershell", "-executionpolicy", "unrestricted"]