File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ parameters:
58
58
- displayName : Full PGO
59
59
arguments : --property pgo=full --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0
60
60
- displayName : Tier0 Instrumented
61
- arguments : --property pgo=tier0-instrumented --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0
61
+ arguments : --property pgo=tier0-instrumented --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0 --application.environmentVariables DOTNET_TieredPGO_InstrumentOnlyHotCode=0
62
62
- displayName : Tier0 Uninstrumented
63
- arguments : --property pgo=tier0-uninstrumented --application.environmentVariables DOTNET_TieredPGO=0 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0
63
+ arguments : --property pgo=tier0-uninstrumented --application.environmentVariables DOTNET_TieredPGO=0 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_CallCounting=0 --application.environmentVariables DOTNET_TieredPGO_InstrumentOnlyHotCode=0
64
64
65
65
steps :
66
66
- ${{ each s in parameters.scenarios }} :
You can’t perform that action at this time.
0 commit comments