1
0
Fork 0

manual commands for vs config

This commit is contained in:
Christian Kühnel 2020-05-04 14:23:02 +00:00
parent 9fabda9800
commit d6e9b1f6c4

View file

@ -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"]