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 5b842bc commit 2549366Copy full SHA for 2549366
.azure-pipelines/sync-tools-folder.yml
@@ -11,7 +11,6 @@ trigger:
11
paths:
12
include:
13
- .azure-pipelines
14
- - .github
15
- tools
16
- src/lib
17
- .ci-config.json
@@ -53,4 +52,4 @@ jobs:
53
52
$BaseBranch = "$(BranchName)"
54
$Description = "Migrate Sync tools code from main branch to $(BranchName) branch"
55
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
56
- displayName: Create PR to $(BranchName) branch
+ displayName: Create PR to $(BranchName) branch
0 commit comments