We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea76cc commit b1fc7baCopy full SHA for b1fc7ba
.azure-pipelines/batch-generation.yml
@@ -11,6 +11,8 @@ jobs:
11
displayName: Generate Matrix
12
pool: pool-windows-2019
13
steps:
14
+ - checkout: none
15
+
16
- template: util/get-github-pat-steps.yml
17
18
- task: PowerShell@2
@@ -23,7 +25,7 @@ jobs:
23
25
$token = "$(GitHubToken)"
24
26
27
$createBranchPath = Join-Path "$(Build.SourcesDirectory)" '.azure-pipelines' 'PipelineSteps' 'BatchGeneration' 'create-branch.ps1'
- & $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
29
30
31
name: mtrx
0 commit comments