Skip to content

Commit

Permalink
Fixed github-release.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMankal-MS committed Oct 14, 2024
1 parent e98840f commit 747822e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/github-release/github-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function createRelease() {
url: createReleaseResult.data.upload_url,
headers: {
'content-length': manifestSize,
'content-type': application/xml,
'content-type': 'application/xml',
},
name: manifest,
file: fs.createReadStream(manifest)
Expand All @@ -109,7 +109,7 @@ async function createRelease() {
url: createReleaseResult.data.upload_url,
headers: {
'content-length': signatureSize,
'content-type': application/pkcs7-signature,
'content-type': 'application/pkcs7-signature',
},
name: signature,
file: fs.createReadStream(signature)
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.1-beta-0.7
## 1.247.1-beta-0.8
### 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.1-beta-0.7",
"version": "1.247.1-beta-0.8",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
Expand Down

0 comments on commit 747822e

Please sign in to comment.