From 3b712b9f4088e6e29c39927e25b3786491feea59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 30 Nov 2020 17:49:45 +0100 Subject: [PATCH] Reenable Mono Windows runtime build in runtime-official.yml The binary now includes the proper version header. Fixes https://github.com/dotnet/runtime/issues/37503 --- eng/pipelines/runtime-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index a531b4642dc175..5ed5c2305fe741 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -112,7 +112,7 @@ stages: - Browser_wasm # - Linux_musl_arm # - Linux_musl_arm64 - # - windows_x64 enable once coreclr.dll has a version header: https://github.com/dotnet/runtime/issues/37503 + - windows_x64 # - windows_x86 # - windows_arm # - windows_arm64