@@ -295,7 +295,7 @@ NOTE: This file is imported from the following contexts, so be aware when writin
295
295
ApphostsForShimRuntimeIdentifiers =" @(_ApphostsForShimRuntimeIdentifiers)"
296
296
IntermediateAssembly =" @(IntermediateAssembly->'%(FullPath)')"
297
297
OutputType =" $(OutputType)"
298
- PackagedShimOutputDirectory =" $([System.IO.Path ]::Combine ($(PackagedShimOutputRootDirectory), 'shims', $(_ToolPackShortTargetFrameworkName)))"
298
+ PackagedShimOutputDirectory =" $([MSBuild ]::NormalizeDirectory ($(PackagedShimOutputRootDirectory), 'shims', $(_ToolPackShortTargetFrameworkName)))"
299
299
PackageId =" $(PackageId)"
300
300
PackageVersion =" $(PackageVersion)"
301
301
ShimRuntimeIdentifiers =" @(_PackAsToolShimRuntimeIdentifiers)"
@@ -324,7 +324,7 @@ NOTE: This file is imported from the following contexts, so be aware when writin
324
324
325
325
<Target Name =" _ComputeExpectedEmbeddedApphostPaths" >
326
326
<GetEmbeddedApphostPaths
327
- PackagedShimOutputDirectory =" $([System.IO.Path ]::Combine ($(PackagedShimOutputRootDirectory), 'shims', $(_ToolPackShortTargetFrameworkName)))"
327
+ PackagedShimOutputDirectory =" $([MSBuild ]::NormalizeDirectory ($(PackagedShimOutputRootDirectory), 'shims', $(_ToolPackShortTargetFrameworkName)))"
328
328
ShimRuntimeIdentifiers =" @(_PackAsToolShimRuntimeIdentifiers)"
329
329
ToolCommandName =" $(ToolCommandName)" >
330
330