Install the Extension: After installing the extension in your organization, you can add the "FSCPS - Xpp Build" task to your new or existing build pipelines.
Configuration: Make the following configuration changes:
Select D365FSC Version: Choose the version of D365FSC you want to use to build your source code.
Specify Path: Select the path to your Metadata/PackagesLocalDirectory/SourceCode.
Build Artifacts Path:
By default, the path to the build artifacts is $(Build.ArtifactStagingDirectory).
You can provide a different artifacts path at the Package -> Artifacts Directory setting.
!!! Important: Ensure that you have correctly set the artifacts path to avoid any build issues.
Add Publish Task:
Add the "Publish build artifacts" task.
Fill the Path to publish field with $(Build.ArtifactStagingDirectory) value.
Save and Queue: - Save the pipeline and queue the smoke test to ensure everything is set up correctly.
And that's it! You've successfully configured the extension in your build pipeline. Feel free to reach out if you have any questions or run into any issues.
Update ISV Task
The "FSCPS - Update ISV" task allows you to update existing D365 models or add a new one into the code repository.
Configuration:
Metadata Directory: Specify the path to the local Metadata folder.
Zip URL: Specify the URL/URI to the zip file containing code/package/axmodel.
Zip File Name: Specify the name of the file to be downloaded from the URL.