diff --git a/tests/src/CLRTest.Jit.targets b/tests/src/CLRTest.Jit.targets index 7364c7f20adc..dccea634847b 100644 --- a/tests/src/CLRTest.Jit.targets +++ b/tests/src/CLRTest.Jit.targets @@ -25,7 +25,7 @@ WARNING: When setting properties based on their current state (for example: $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(BaseOutputPathWithConfig.Replace("/","\\"))dasm\$(BuildProjectRelativeDir.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir)).Replace("\","/")) @@ -52,7 +52,7 @@ fi $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(BaseOutputPathWithConfig.Replace("/","\\"))dasm\$(BuildProjectRelativeDir.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir))) @@ -118,9 +118,9 @@ fi Returns="$(IlasmRoundTripBatchScript);$(BatchIlrtTestLaunchCmds)"> $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $(MSBuildProjectName).dasm.il - $(MSBuildProjectName).asm.exe + $(MSBuildProjectName).asm.dll