We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884cf2b commit dd9466aCopy full SHA for dd9466a
1 file changed
.azure-pipelines/ci-build-production.yml
@@ -16,7 +16,9 @@ pool:
16
17
steps:
18
19
-- script: git checkout main
+- checkout: self
20
+ displayName: checkout main
21
+
22
- template: ./common-templates/security-pre-checks.yml
23
- task: CopyFiles@2
24
displayName: 'Copy Files to staging directory'
0 commit comments