BuildContributorContext.ExtensionFiles Property

SQL Server 2014
 

Updated: April 20, 2017

Gets an array of Microsoft.Build.Framework.ITaskItem representing Files from the project system which influence the build contributors. Input configuration files can be defined in a .sqlproj file as part of the MSBuild process. Inside a .sqproj file, Build Configuration files are specified as follows: <ItemGroup> <BuildExtensionConfiguration Include="MyContributorName.MyFileName1.sql" /> <BuildExtensionConfiguration Include="MyContributorName.MyFileName2.sql" /> </ItemGroup> Note that configuration files are accessible to all contributors. Contributors may employ a file naming pattern to identify which input files related to that contributor.

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Public ReadOnly Property ExtensionFiles As IList(Of ITaskItem)

Property Value

Type: System.Collections.Generic.IList(Of ITaskItem)

Returns IList(Of T).

Return to top

Community Additions

ADD
Show: