manual commands for vs config
This commit is contained in:
parent
9fabda9800
commit
d6e9b1f6c4
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue