diff --git a/src/tests/Common/CLRTest.CrossGen.targets b/src/tests/Common/CLRTest.CrossGen.targets index 9c883118e0a401..6fdd2000655c7e 100644 --- a/src/tests/Common/CLRTest.CrossGen.targets +++ b/src/tests/Common/CLRTest.CrossGen.targets @@ -184,7 +184,7 @@ if [ ! -z ${RunCrossGen2+x} ]%3B then do echo $dllFile bareFileName="${dllFile##*/}" - RunCrossgen2OnFiles "$PWD/$bareFileName" "$dllFile" + RunCrossgen2OnFiles "$PWD/$bareFileName" "$PWD/$bareFileName" "$dllFile" if [ $__cg2ExitCode -ne 0 ]; then break fi