Skip to content

Commit

Permalink
BUILD-3696 Use Agent Pool on AWS (#8479)
Browse files Browse the repository at this point in the history
  • Loading branch information
matemoln authored Dec 19, 2023
1 parent 4541c82 commit 022a8b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ schedules:
trigger:
- master

pool: '.Net Bubble - GCP'
pool: .net-bubble-aws-re-team-prod

variables:
- group: sonar-dotnet-variables
Expand Down Expand Up @@ -101,7 +101,7 @@ stages:
name: SM_CLIENT_CERT
inputs:
secureFile: digicert_authentication_certificate.p12

- task: DownloadSecureFile@1
# This file contains the signing certificate without the private key. The private key will be downloaded later, during the signing process.
displayName: 'Download crt file'
Expand All @@ -112,8 +112,8 @@ stages:
- task: PowerShell@2
displayName: "Signing certificate setup"
# Initialize the DigiCert Private Key Provider.
# What we think it does: The smctl tool authenticates with a client certificate (SM_CLIENT_CERT_FILE) and a client password (SM_CLIENT_CERT_PASSWORD).
# It uses an API Key (SM_API_KEY) and the ID of the certificate (SM_CERT) to check if the authenticated client is authorized to use the
# What we think it does: The smctl tool authenticates with a client certificate (SM_CLIENT_CERT_FILE) and a client password (SM_CLIENT_CERT_PASSWORD).
# It uses an API Key (SM_API_KEY) and the ID of the certificate (SM_CERT) to check if the authenticated client is authorized to use the
# certificate specified and synchronize (potentially private) information about the certificate.
condition: eq(variables.isReleaseBranch, 'True')
env:
Expand Down

0 comments on commit 022a8b5

Please sign in to comment.