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 3422eac140 - Show all commits
@@ -2,6 +2,8 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
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', \