We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b2a42 commit f716d78Copy full SHA for f716d78
.azure-pipelines/sync-tools-folder.yml
@@ -40,9 +40,9 @@ jobs:
40
pwsh: true
41
42
- pwsh: |
43
- $Title = "Sync tools code from main branch to generation branch"
+ $Title = "Sync tools code from main branch to $(BranchName) branch"
44
$HeadBranch = "syncToolsFolder-$(BranchName)"
45
$BaseBranch = "$(BranchName)"
46
$Description = "Migrate Sync tools code from main branch to $(BranchName) branch"
47
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
48
- displayName: Create PR to generation branch
+ displayName: Create PR to $(BranchName) branch
0 commit comments