Skip to content

Commit

Permalink
Corrected Sign Extension step
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMankal-MS committed Oct 14, 2024
1 parent 3179a52 commit 7979f26
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/common-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ steps:
displayName: Install VSCE

- script: |
vsce package -o extension.vsix
npx @vscode/vsce package -o extension.vsix
displayName: Create VSIX

- script: |
vsce generate-manifest -i extension.vsix -o extension.manifest
npx @vscode/vsce generate-manifest -i extension.vsix -o extension.manifest
displayName: Create VSIX Manifest

- script: |
Expand All @@ -58,7 +58,7 @@ steps:
AuthAKVName: $(AuthAKVName)
AuthCertName: $(AuthCertName)
AuthSignCertName: $(AuthSignCertName)
FolderPath: '$(Build.ArtifactStagingDirectory)'
FolderPath: '$(Build.SourcesDirectory)'
Pattern: 'extension.signature.p7s'
signConfigType: inlineSignParams
inlineOperation: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ All of the material changes in this version were courtesy of @50Wliu. Thanks!
- Syntax highlighting for Azure Pipelines files
- Intellisense for Azure Pipelines files

## 1.247.2
## 1.247.2-beta-0.9
### Added
- Added ESRP Esrp CodeSigning step
- Updated build generation to sign the VSIX
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-pipelines",
"displayName": "Azure Pipelines",
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
"version": "1.247.2",
"version": "1.247.2-beta-0.9",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
Expand Down

0 comments on commit 7979f26

Please sign in to comment.