2026-07-03 00:18:20 +02:00
|
|
|
FROM local/gitea-windows-runner:windows-base
|
|
|
|
|
|
|
|
|
|
SHELL ["powershell", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command"]
|
|
|
|
|
|
|
|
|
|
# .NET profile for building and testing managed workloads.
|
|
|
|
|
RUN choco feature enable -n allowGlobalConfirmation; \
|
2026-07-03 23:56:19 +02:00
|
|
|
choco install dotnet-sdk --version=8.0.204
|