We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3573f commit 892c7c3Copy full SHA for 892c7c3
.azure-pipelines/batch-generation.yml
@@ -190,9 +190,7 @@ stages:
190
191
steps:
192
- checkout:
193
- repository: self
194
fetchDepth: 1
195
- ref: refs/heads/$(GenerationBranch)
196
# persistCredentials: true
197
fetchTags: false
198
@@ -208,8 +206,8 @@ stages:
208
206
targetType: inline
209
207
pwsh: true
210
script: |
211
- # git fetch origin "${{ variables.GenerationBranch }}"
212
- # git checkout "${{ variables.GenerationBranch }}"
+ git fetch origin "${{ variables.GenerationBranch }}"
+ git checkout "${{ variables.GenerationBranch }}"
213
214
$buildModulesPath = Join-Path "$(Build.SourcesDirectory)" '.azure-pipelines' 'PipelineSteps' 'BatchGeneration' 'build-modules.ps1'
215
& $buildModulesPath -MatrixKey "$(MatrixKey)" -RepoRoot "$(Build.SourcesDirectory)"
0 commit comments