Skip to content

Commit faf7135

Browse files
authored
Add FSharp_CacheEvictionImmediate environment variable (#19091)
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)
1 parent 4baf03e commit faf7135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ extends:
148148
env:
149149
NativeToolsOnMachine: true
150150
FSHARP_CACHE_OVERRIDE: 256
151+
FSharp_CacheEvictionImmediate: true
151152
- task: PublishTestResults@2
152153
displayName: Publish Test Results
153154
inputs:

0 commit comments

Comments
 (0)