Official Content

This article shows how to write an object list in a MSBuild task. 

Syntax:  /p:ObjectNames="[ObjectType:]ObjectName 1,...,ObjectName N[;...;[<ObjectType:]ObjectName M,...,ObjectName R>]"

where

  • Object names should be fully qualified
  • Possible values for object types:  Procedure, Transaction, WebPanel, ExternalObject, DeploymentUnit, DataProvider, API

Sample

/p:ObjectNames="Object1;Module1.Object2;Transaction:Module3.Object1,Module3.Object2;DeploymentUnit:Object4"

See Also



Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant