MSBuild Community Tasks

  1. https://github.com/loresoft/msbuildtasks
  2. msi: <Import Project="$(MSBuildExtensionsPath)MSBuildCommunityTasksMSBuild.Community.Tasks.Targets"/>
  3. zip: <PropertyGroup>
        <MSBuildCommunityTasksPath>$(SolutionDir).build</MSBuildCommunityTasksPath>
    </PropertyGroup>  
    
    <Import Project="$(MSBuildCommunityTasksPath)MSBuild.Community.Tasks.Targets" />
原文地址:https://www.cnblogs.com/dmdj/p/3758822.html