From 2813eb78f8082ab826dd46db1a55e95b4da01049 Mon Sep 17 00:00:00 2001 From: Adam Boniecki <20281641+abonie@users.noreply.github.com> Date: Fri, 14 Nov 2025 13:38:07 +0100 Subject: [PATCH] Add FSharp_CacheEvictionImmediate environment variable Set FSharp_CacheEvictionImmediate to true for Full_Signed build (seems like it's running out of memory, could also be due to the change of agent queue) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a9115b9f2..709b6a94b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -148,6 +148,7 @@ extends: env: NativeToolsOnMachine: true FSHARP_CACHE_OVERRIDE: 256 + FSharp_CacheEvictionImmediate: true - task: PublishTestResults@2 displayName: Publish Test Results inputs: