Skip to content

Commit 78da0d8

Browse files
committed
fix npm pack
1 parent b4803ff commit 78da0d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next-version: "3.1.0"
1+
next-version: "3.2.0"
22
mode: ContinuousDelivery
33
branches:
44
main:

src/Sdk/NpmPack.targets

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<UsingTask TaskName="JoinLines"
44
TaskFactory="RoslynCodeTaskFactory"
@@ -69,6 +69,8 @@ module.exports = dlls;" />
6969
<AcgNpmPackageFiles Include="@(_PackageFiles->'%(FinalOutputPath)')"
7070
PackagePath="$([System.IO.Path]::Combine('binaries', '%(_PackageFiles.TargetPath)'))"
7171
Condition="'%(_PackageFiles.Tools)' == 'true'" />
72+
73+
<AcgNpmPackageFiles Include="@(NuGetPackInput)" Condition="'%(NuGetPackInput.PackagePath)' == 'tools'" />
7274
</ItemGroup>
7375
</Target>
7476

0 commit comments

Comments
 (0)