diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile index 508c5964bea1..fb295d26b15d 100644 --- a/.github/workflows/containers/github-action-ci-windows/Dockerfile +++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile @@ -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"]