Skip to content

Commit

Permalink
Output signing cert details
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Feb 28, 2025
1 parent f452ab6 commit 0cac558
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"eslint.workingDirectories": [{ "pattern": "./sdk/*/*/" }],
"eslint.workingDirectories": [
{
"pattern": "./sdk/*/*/"
}
],
"eslint.useFlatConfig": true,
"files.exclude": {
"**/.git": true,
Expand Down Expand Up @@ -39,5 +43,6 @@
"vitest.vitestPackagePath": "common/tools/dev-tool/node_modules/vitest/package.json",
"vitest.experimentalStaticAstCollect": true,
"vitest.configSearchPatternExclude": "{**/node_modules/**,**/.*/**,**/*.d.ts,eng/**,samples/**}",
"vitest.nodeEnv": {}
"vitest.nodeEnv": {},
"azure-pipelines.1ESPipelineTemplatesSchemaFile": true
}
12 changes: 11 additions & 1 deletion eng/pipelines/templates/steps/npm-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,19 @@ steps:
echo "##vso[task.setvariable variable=IntendedTagVersion]$packageVersion"
displayName: Get original tags
- task: AzurePowerShell@5
displayName: Get Certficate Details
inputs:
azureSubscription: 'Azure SDK PME Managed Identity'
scriptType: 'inlineScript'
pwsh: true
inline: |
Get-AzKeyVaultCertificate -VaultName 'kv-azuresdk-codesign' -Name 'azure-sdk-esrp-release-certificate'
workingDirectory: '$(System.DefaultWorkingDirectory)'

- task: EsrpRelease@9
displayName: 'Publish ${{parameters.Artifact.name}} to ESRP'
inputs:
displayName: 'Publish ${{parameters.Artifact.name}} to ESRP'
ConnectedServiceName: 'Azure SDK PME Managed Identity'
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
DomainTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
Expand Down

0 comments on commit 0cac558

Please sign in to comment.