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