Skip to content

Commit 1f49385

Browse files
committed
add install java to all stages
1 parent 85fb695 commit 1f49385

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stages:
3232
- job: Build
3333
steps:
3434
- template: templates/build/checkout-and-credscan.yml
35-
- template: templates/build/install-java.yml
35+
- template: templates/install-java.yml
3636
- template: templates/secure-files.yml
3737
parameters:
3838
stageID: 'build'
@@ -50,6 +50,7 @@ stages:
5050
runOnce:
5151
deploy:
5252
steps:
53+
- template: templates/install-java.yml
5354
- template: templates/secure-files.yml
5455
- template: templates/copy-and-build.yml
5556
parameters:
@@ -67,6 +68,7 @@ stages:
6768
runOnce:
6869
deploy:
6970
steps:
71+
- template: templates/install-java.yml
7072
- template: templates/secure-files.yml
7173
parameters:
7274
stageID: 'release'
@@ -83,6 +85,7 @@ stages:
8385
runOnce:
8486
deploy:
8587
steps:
88+
- template: templates/install-java.yml
8689
- template: templates/version-and-release.yml
8790
parameters:
8891
gitConnection: 'microsoftgraphrelease'
File renamed without changes.

0 commit comments

Comments
 (0)