Sample Script
Below is a sample script that's added as a new file at the root of the project called azure-pipelinesbuild-template.yml. The script can be downloaded at https://bit.ly/3nBpFOr
This example script:
- Gets a list of current overrides.
- Adds an override.
- Re-fetches the list of overrides after adding a new one.
- Deletes the added override and fetches the list again to confirm if the override was deleted or not.