File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,7 @@ stages:
190
190
191
191
steps :
192
192
- checkout :
193
- repository : self
194
193
fetchDepth : 1
195
- ref : refs/heads/$(GenerationBranch)
196
194
# persistCredentials: true
197
195
fetchTags : false
198
196
@@ -208,8 +206,8 @@ stages:
208
206
targetType : inline
209
207
pwsh : true
210
208
script : |
211
- # git fetch origin "${{ variables.GenerationBranch }}"
212
- # git checkout "${{ variables.GenerationBranch }}"
209
+ git fetch origin "${{ variables.GenerationBranch }}"
210
+ git checkout "${{ variables.GenerationBranch }}"
213
211
214
212
$buildModulesPath = Join-Path "$(Build.SourcesDirectory)" '.azure-pipelines' 'PipelineSteps' 'BatchGeneration' 'build-modules.ps1'
215
213
& $buildModulesPath -MatrixKey "$(MatrixKey)" -RepoRoot "$(Build.SourcesDirectory)"
You can’t perform that action at this time.
0 commit comments