Skip to content

Commit dd9466a

Browse files
authored
Add fetch step in the build pipeline (#360)
* Update ci-build-production.yml for Azure Pipelines * using checkout step
1 parent 884cf2b commit dd9466a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/ci-build-production.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ pool:
1616

1717
steps:
1818

19-
- script: git checkout main
19+
- checkout: self
20+
displayName: checkout main
21+
2022
- template: ./common-templates/security-pre-checks.yml
2123
- task: CopyFiles@2
2224
displayName: 'Copy Files to staging directory'

0 commit comments

Comments
 (0)