Skip to content

Commit b1fc7ba

Browse files
committed
create branch 2
1 parent eea76cc commit b1fc7ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/batch-generation.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
displayName: Generate Matrix
1212
pool: pool-windows-2019
1313
steps:
14+
- checkout: none
15+
1416
- template: util/get-github-pat-steps.yml
1517

1618
- task: PowerShell@2
@@ -23,7 +25,7 @@ jobs:
2325
$token = "$(GitHubToken)"
2426
2527
$createBranchPath = Join-Path "$(Build.SourcesDirectory)" '.azure-pipelines' 'PipelineSteps' 'BatchGeneration' 'create-branch.ps1'
26-
& $prepareModulesPath -Owner 'Azure' -Repo 'azure-powershell' -BaseBranch 'main' -NewBranch $newBranch -Token $token
28+
& $createBranchPath -Owner 'Azure' -Repo 'azure-powershell' -BaseBranch 'main' -NewBranch $newBranch -Token $token
2729
2830
- task: PowerShell@2
2931
name: mtrx

0 commit comments

Comments
 (0)