Skip to content

Avoid redefining AutoInsertTargetBranch#12603

Merged
YuliiaKovalova merged 1 commit intovs18.0from
fix-insertion-yaml-for-18
Oct 6, 2025
Merged

Avoid redefining AutoInsertTargetBranch#12603
YuliiaKovalova merged 1 commit intovs18.0from
fix-insertion-yaml-for-18

Conversation

@rainersigwald
Copy link
Member

Fixes an error

/azure-pipelines/vs-insertion.yml (Line: 94, Col: 7): 'value' is already defined

That arose because we needed an elseif after the new clause.

Fixes an error

    /azure-pipelines/vs-insertion.yml (Line: 94, Col: 7): 'value' is already defined

That arose because we needed an elseif after the new clause.
Copilot AI review requested due to automatic review settings October 3, 2025 17:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a YAML syntax error in the Azure Pipelines configuration where a variable was being redefined due to an incorrect conditional statement structure.

  • Changes an if statement to elseif to properly chain conditional variable assignments
  • Prevents the "AutoInsertTargetBranch" variable from being redefined multiple times

@rainersigwald
Copy link
Member Author

I'll cancel the build so we don't need to bump the version since this file isn't used in actual builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants