From 33efdf2ea85604ba3745f398798cd1e7788e5de4 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 13 Jun 2023 10:15:53 -0500 Subject: [PATCH] Fix Grpc workstationGC property --- build/nativeaot-scenarios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/nativeaot-scenarios.yml b/build/nativeaot-scenarios.yml index 381b41d07..d2f8c8044 100644 --- a/build/nativeaot-scenarios.yml +++ b/build/nativeaot-scenarios.yml @@ -114,7 +114,7 @@ parameters: - displayName: Goldilocks gRPC Stage 1 (NativeAOT - Workstation GC) # workaround https://github.com/dotnet/runtime/issues/81382 by explicitly referencing a Microsoft.Dotnet.ILCompiler version - arguments: --scenario basicgrpcpublishaot $(goldilocksJobs) --property scenario=Stage1GrpcAot --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\" --application.buildArguments \"/p:ServerGarbageCollection=false\" + arguments: --scenario basicgrpcpublishaot $(goldilocksJobs) --property scenario=Stage1GrpcAotWorkstationGC --property publish=nativeaot --application.packageReferences \"Microsoft.Dotnet.ILCompiler=$(MicrosoftNETCoreAppPackageVersion)\" --application.buildArguments \"/p:ServerGarbageCollection=false\" condition: Math.round(Date.now() / 43200000) % 6 == 3 # once every 6 half-days (43200000 ms per half-day) - displayName: Goldilocks gRPC Stage 1 (NativeAOT - Optimize for Speed)