Skip to content

Commit f68d708

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
Merge remote-tracking branch 'origin/main' into main
2 parents 5eb79d6 + a53d008 commit f68d708

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ pool:
1010
vmImage: 'ubuntu-latest'
1111

1212
steps:
13+
- task: DownloadSecureFile@1
14+
displayName: Download Secure file
15+
inputs:
16+
secureFile: privatekey.gpg
17+
name: privateKeyRing
1318
- task: Maven@3
1419
inputs:
1520
mavenPomFile: 'pom.xml'

0 commit comments

Comments
 (0)