Packager.ToolsFiles Property

MSBuild Extension Pack

PackagerToolsFiles Property MSBuild Extension Pack Help 4.0.12.0
Gets or sets the Files to be included in the tools folder of the package. The tools folder of a package is for powershell scripts and programs accessible from the Package Manager Console.

Namespace: MSBuild.ExtensionPack.NuGet
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Examples

<ItemGroup>
    <Tools Include="..\Community\MSBuildExtensionPack\Samples\Files\init.ps1">
        <Framework>net40</Framework>
    </Tools>
    <Tools Include="..\Community\MSBuildExtensionPack\Samples\Files\init35.ps1">
        <Framework>net35</Framework>
    </Tools>
    <Tools Include="..\Community\MSBuildExtensionPack\Samples\Files\*.ps1" />
</ItemGroup>
See Also

Reference