Skip to content

Commit 24b0247

Browse files
committed
Added temp running on pipeline
1 parent 3263971 commit 24b0247

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ado/build_test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ pr:
55
autoCancel: false
66
branches:
77
include:
8-
- main
8+
- main
9+
- 4gust/cca-256sha-support
910

1011
pool:
1112
vmImage: "ubuntu-latest"
@@ -45,6 +46,8 @@ steps:
4546
script: |
4647
echo $(LabAuth) | base64 -d > $(Build.SourcesDirectory)/cert.pfx
4748
openssl pkcs12 -in $(Build.SourcesDirectory)/cert.pfx -out $(Build.SourcesDirectory)/cert.pem -nodes -passin pass:''
49+
echo $(IDLABS-APP-Confidential-Client-Cert-PEM) | base64 -d > $(Build.SourceDirectory)/ccaCert.pfx
50+
openssl pkcs12 -in $(Build.SourceDirectory)ccaCert.pfx -out $(Build.SourcesDirectory)/ccaCert.pem -nodes -passin pass:''
4851
4952
- task: Go@0
5053
inputs:

0 commit comments

Comments
 (0)