dotnetcampus.DotNETBuildSDK icon indicating copy to clipboard operation
dotnetcampus.DotNETBuildSDK copied to clipboard

尝试修复加入的文件夹不符合预期

Open lindexi opened this issue 1 year ago • 0 comments

  • 原先逻辑的 optFileCanIncludePredicate 传入空是表示通过,现在被改为不通过
  • _packageIncludeDirectories 获取的文件夹是使用 \ 开头的,将导致在 Linux 平台执行不符合预期
  • 每个文件都需要做一次判断,执行逻辑比较复杂

https://github.com/dotnet-campus/dotnetcampus.DotNETBuildSDK/pull/143

lindexi avatar Jul 15 '24 12:07 lindexi