File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- next-version : " 3.1 .0"
1+ next-version : " 3.2 .0"
22mode : ContinuousDelivery
33branches :
44 main :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments