We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c183b commit 12917eaCopy full SHA for 12917ea
.azure-pipelines/prValidate.yml
@@ -29,7 +29,7 @@ pool:
29
vmImage: windows-latest
30
31
steps:
32
-- template: templates/checkout-and-credscan.yml
33
-- template: templates/install-java.yml
34
-- template: templates/build-and-coverage.yml
+- template: templates/build/checkout-and-credscan.yml
+- template: templates/build/install-java.yml
+- template: templates/build/build-and-coverage.yml
35
- template: templates/alert-failure.yml
0 commit comments