diff --git a/.azure-pipelines/common-steps.yml b/.azure-pipelines/common-steps.yml index 9191fab4..66c4ba9b 100644 --- a/.azure-pipelines/common-steps.yml +++ b/.azure-pipelines/common-steps.yml @@ -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: | @@ -58,7 +58,7 @@ steps: AuthAKVName: $(AuthAKVName) AuthCertName: $(AuthCertName) AuthSignCertName: $(AuthSignCertName) - FolderPath: '$(Build.ArtifactStagingDirectory)' + FolderPath: '$(Build.SourcesDirectory)' Pattern: 'extension.signature.p7s' signConfigType: inlineSignParams inlineOperation: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c3ea4b..a6446ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 4319f10b..fef6dacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-pipelines", - "version": "1.247.2", + "version": "1.247.2-beta-0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azure-pipelines", - "version": "1.247.2", + "version": "1.247.2-beta-0.9", "license": "MIT", "dependencies": { "@vscode/extension-telemetry": "^0.5.1", diff --git a/package.json b/package.json index 89162aeb..e92a7520 100644 --- a/package.json +++ b/package.json @@ -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": {