Windows Desktop Client CI #2

Merged
restitux merged 82 commits from bundle into main 2025-12-05 03:58:12 +00:00
Showing only changes of commit 9da86bd4c6 - Show all commits
+1 -1
View File
@@ -6,7 +6,7 @@ RUN New-Item -ItemType Directory -Path 'C:\TEMP' -Force | Out-Null
# Download and install Visual Studio Build Tools 2022 with C++ and CMake
RUN Invoke-WebRequest -UseBasicParsing "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "C:\\TEMP\\vs_buildtools.exe" ; \
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList '--quiet', \
Start-Process "C:\\TEMP\\vs_buildtools.exe" -Wait -ArgumentList \
'--wait', \
'--norestart', \
'--nocache', \