@@ -37,7 +37,7 @@ parameters:
3737
3838 - displayName : Goldilocks Stage 1 (NativeAOT - Server GC)
3939 # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.Dotnet.ILCompiler version
40- arguments : --scenario basicminimalapipublishaot $(goldilocksJobs) --property scenario=Stage1AotServerGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\"
40+ arguments : --scenario basicminimalapipublishaot $(goldilocksJobs) --property scenario=Stage1AotServerGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\" --application.environmentVariables DOTNET_GCDynamicAdaptationMode=0
4141 condition : ' true'
4242
4343 - displayName : Goldilocks Stage 1 (NativeAOT - Workstation GC)
@@ -73,7 +73,7 @@ parameters:
7373
7474 - displayName : Goldilocks Stage 2 (NativeAOT - Server GC)
7575 # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.Dotnet.ILCompiler version
76- arguments : --scenario todosapipublishaot $(goldilocksJobs) --property scenario=Stage2AotServerGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\"
76+ arguments : --scenario todosapipublishaot $(goldilocksJobs) --property scenario=Stage2AotServerGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\" --application.environmentVariables DOTNET_GCDynamicAdaptationMode=0
7777 condition : ' true'
7878
7979 - displayName : Goldilocks Stage 2 (NativeAOT - Workstation GC)
@@ -109,7 +109,7 @@ parameters:
109109
110110 - displayName : Goldilocks gRPC Stage 1 (NativeAOT - Server GC)
111111 # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.Dotnet.ILCompiler version
112- arguments : --scenario basicgrpcpublishaot $(goldilocksJobs) --property scenario=Stage1GrpcAotServerGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\"
112+ arguments : --scenario basicgrpcpublishaot $(goldilocksJobs) --property scenario=Stage1GrpcAotServerGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\" --application.environmentVariables DOTNET_GCDynamicAdaptationMode=0
113113 condition : ' true'
114114
115115 - displayName : Goldilocks gRPC Stage 1 (NativeAOT - Workstation GC)
0 commit comments