Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Update signing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jazuntee committed Nov 12, 2021
1 parent dae6394 commit 60ace68
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions build/azure-pipelines/azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ stages:
parameters:
moduleName: '$(moduleName)'
pipelineId: 'CI'
SigningCertificateAzureConnection: 'GTP - Jason Thompson (49945a1a-9e37-4522-bb4b-f71fa2deeec6)'
SigningCertificateKeyVaultName: 'JasothPublic'
SigningCertificateSecretName: 'Jason-Thompson'
#SigningCertificateAzureConnection: 'GTP - Jason Thompson (49945a1a-9e37-4522-bb4b-f71fa2deeec6)'
#SigningCertificateKeyVaultName: 'JasothPublic'
#SigningCertificateSecretName: 'Jason-Thompson'

- stage: Package
displayName: 'Standalone Package'
Expand Down
36 changes: 18 additions & 18 deletions build/azure-pipelines/azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,24 @@ stages:
version: '$(version.Microsoft.Web.WebView2)'
targetFramework: [netcoreapp3.0, net45]

- job: Sign
dependsOn:
- Prepare
- Build
variables:
moduleName: '$[ dependencies.Prepare.outputs[''ModuleInfo.moduleName''] ]'
skipComponentGovernanceDetection: true
pool:
vmImage: 'windows-latest'
steps:
- download: current
artifact: '$(artifactModule)'
- template: template-psmodule-sign.yml
parameters:
moduleName: '$(moduleName)'
#SigningCertificateAzureConnection: 'GTP - Jason Thompson (49945a1a-9e37-4522-bb4b-f71fa2deeec6)'
#SigningCertificateKeyVaultName: 'JasothPublic'
#SigningCertificateSecretName: 'Jason-Thompson-Test'
# - job: Sign
# dependsOn:
# - Prepare
# - Build
# variables:
# moduleName: '$[ dependencies.Prepare.outputs[''ModuleInfo.moduleName''] ]'
# skipComponentGovernanceDetection: true
# pool:
# vmImage: 'windows-latest'
# steps:
# - download: current
# artifact: '$(artifactModule)'
# - template: template-psmodule-sign.yml
# parameters:
# moduleName: '$(moduleName)'
# #SigningCertificateAzureConnection: 'GTP - Jason Thompson (49945a1a-9e37-4522-bb4b-f71fa2deeec6)'
# #SigningCertificateKeyVaultName: 'JasothPublic'
# #SigningCertificateSecretName: 'Jason-Thompson-Test'

#- stage: Test
# dependsOn: Build
Expand Down

0 comments on commit 60ace68

Please sign in to comment.