File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,9 @@ RUN $env:PATH += ';C:\vcpkg'; setx /M PATH $env:PATH
83
83
84
84
# Initialize VS Build Tools environment and install packages
85
85
RUN powershell -NoProfile -Command `
86
- "$ErrorActionPreference = 'Stop'; `
87
- $ProgressPreference = 'SilentlyContinue'; `
88
- cmd.exe /c '\" C:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\V C\A uxiliary\B uild\v cvars64.bat\" && vcpkg install zlib:x64-windows --clean-after-build'"
89
-
86
+ $ErrorActionPreference = 'Stop' ; `
87
+ $ProgressPreference = 'SilentlyContinue' ; `
88
+ cmd.exe /c "\" C:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\V C\A uxiliary\B uild\v cvars64.bat\" && C:\v cpkg\v cpkg.exe install zlib:x64-windows --clean-after-build"
90
89
91
90
# ###############################################################################
92
91
# Entrypoint: VS Dev prompt + PowerShell
You can’t perform that action at this time.
0 commit comments