Forum Discussion
Fromelard
Jun 24, 2021Iron Contributor
Azure DevOps - How to modify files during a Build Pipeline execution based on PowerShell
Azure DevOps Build Pipeline can provide several option, but sometime we need to change a part of content extracted from Source code management (e.g. Git) before execute another task. In my case, thi...
chandra805
Mar 30, 2023Copper Contributor
Go to the pipeline details for your pipeline, and choose Edit. Choose ... and select Triggers. Select YAML, Get sources, and view the Default branch for manual and scheduled builds setting. If you change it, choose Save or Save & queue to save the change.