From d6e9b1f6c4cdd70fbcd1b32942ca3e26e690a189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 4 May 2020 14:23:02 +0000 Subject: [PATCH] manual commands for vs config --- containers/agent-windows-vs2019/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers/agent-windows-vs2019/Dockerfile b/containers/agent-windows-vs2019/Dockerfile index 87418e7..692826b 100644 --- a/containers/agent-windows-vs2019/Dockerfile +++ b/containers/agent-windows-vs2019/Dockerfile @@ -61,4 +61,7 @@ RUN git config --system core.longpaths true & ` # Define the entry point for the docker container. # This entry point starts the developer command prompt and launches the PowerShell shell. +# +# For running manually: +# C:\BuildTools\Common7\Tools\VsDevCmd.bat -arch=amd64 -host_arch=amd64 ENTRYPOINT ["C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "-host_arch=amd64", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]