diff --git a/eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml b/eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml index 1183d2598a4804..6930ec9d345c74 100644 --- a/eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml +++ b/eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml @@ -122,12 +122,10 @@ jobs: WorkItemCommand: echo $(displayname_comparison_job) ; echo Targeting $(targetFlavor) ; - chmod +x $HELIX_WORKITEM_PAYLOAD/corerun; mkdir -p $HELIX_WORKITEM_PAYLOAD/log; export CORE_ROOT=$HELIX_WORKITEM_PAYLOAD; python3 -u $HELIX_CORRELATION_PAYLOAD/crossgen2_comparison.py crossgen_framework - --crossgen $HELIX_WORKITEM_PAYLOAD/crossgen2/crossgen2.dll - --dotnet $HELIX_WORKITEM_PAYLOAD/corerun + --crossgen $HELIX_WORKITEM_PAYLOAD/crossgen2/crossgen2 --core_root $HELIX_WORKITEM_PAYLOAD/prebuiltWork/dlls --result_dir $HELIX_WORKITEM_UPLOAD_ROOT --target_os $(target_crossgen2_os) @@ -145,8 +143,7 @@ jobs: md %HELIX_WORKITEM_PAYLOAD%\log & set CORE_ROOT=%HELIX_WORKITEM_PAYLOAD%& python -u %HELIX_CORRELATION_PAYLOAD%\crossgen2_comparison.py crossgen_framework - --crossgen %HELIX_WORKITEM_PAYLOAD%\crossgen2\crossgen2.dll - --dotnet %HELIX_WORKITEM_PAYLOAD%\corerun.exe + --crossgen %HELIX_WORKITEM_PAYLOAD%\crossgen2\crossgen2.exe --core_root %HELIX_WORKITEM_PAYLOAD%\prebuiltWork\dlls --result_dir %HELIX_WORKITEM_UPLOAD_ROOT% --target_os $(target_crossgen2_os)