We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3263971 commit 24b0247Copy full SHA for 24b0247
ado/build_test.yaml
@@ -5,7 +5,8 @@ pr:
5
autoCancel: false
6
branches:
7
include:
8
- - main
+ - main
9
+ - 4gust/cca-256sha-support
10
11
pool:
12
vmImage: "ubuntu-latest"
@@ -45,6 +46,8 @@ steps:
45
46
script: |
47
echo $(LabAuth) | base64 -d > $(Build.SourcesDirectory)/cert.pfx
48
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:''
51
52
- task: Go@0
53
inputs:
0 commit comments