Skip to content

Commit 12917ea

Browse files
committed
updated paths in prValidate.yml which were preventing pipeline from running
1 parent 21c183b commit 12917ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pool:
2929
vmImage: windows-latest
3030

3131
steps:
32-
- template: templates/checkout-and-credscan.yml
33-
- template: templates/install-java.yml
34-
- template: templates/build-and-coverage.yml
32+
- template: templates/build/checkout-and-credscan.yml
33+
- template: templates/build/install-java.yml
34+
- template: templates/build/build-and-coverage.yml
3535
- template: templates/alert-failure.yml

0 commit comments

Comments
 (0)