We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf5407 commit 0f23718Copy full SHA for 0f23718
src/Sdk/NpmPack.targets
@@ -71,7 +71,7 @@ module.exports = dlls;" />
71
Condition="'%(_PackageFiles.Tools)' == 'true'" />
72
73
<AcgNpmPackageFiles Include="@(_PackageFiles)"
74
- PackagePath="$([System.IO.Path]::Combine('binaries', $([System.IO.Path]::GetRelativePath('$(TargetDir)', '%(_PackageFiles.Identity)'))))"
+ PackagePath="$([System.IO.Path]::Combine('binaries', $([MSBuild]::MakeRelative('$([System.IO.Path]::GetFullPath($(TargetDir)))', '%(_PackageFiles.FullPath)'))))"
75
Condition="'%(_PackageFiles.Tools)' == 'true' AND '%(_PackageFiles.FinalOutputPath)' == ''" />
76
</ItemGroup>
77
</Target>
0 commit comments