ciellosinc/D365 FO update model version
Action to update X++ model versions for Dynamics 365 for Finance and Operations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xppSourcePath | X++ Source Location. On a VM this will be the PackagesLocalDirectory, on hosted agents this should be the path where the compiler NuGet was installed. | yes | ${{ github.workspace }}\PackagesLocalDirectory |
| xppDescriptorSearch | Descriptor Search Pattern. Search pattern for the descriptors to update in the source location. Wildcards can be used, or a list of descriptor files by specifying one path per line. | yes | **\\Descriptor\\*.xml |
| xppLayer | Lowest Layer to Update. Only models in this layer and above will be updated (default VAR and above). | yes | VAR |
| versionNumber | Version number in format #.#.#.# to update | yes | "" |
Outputs
| name | description |
|---|---|
| random-number | Random number |