[Github] Remove force build from windows container

This did not actually bump the LLVM version (see fixes in #184231) and
will not be necessary now that other patches will be going in forcing a
rebuild anyways.
This commit is contained in:
Aiden Grossman 2026-03-02 21:18:44 +00:00
parent 533f16fe89
commit 61310cd72d

View File

@ -2,8 +2,6 @@
# .net 4.8 is required by chocolately package manager.
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022
# FORCE BUILD 1/23/26
# Restore the default Windows shell for correct batch processing.
SHELL ["cmd", "/S", "/C"]