You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This changes includes updates to the release pipeline, the inclusion of
code signing, a version bump for the `PR Metrics` tool, and minor
formatting improvements to configuration files. Below is a summary of
the most important changes:
### Release Pipeline Enhancements:
* Updated the Azure DevOps release pipeline to use a static IP pool
(`Azure-Pipelines-1ESPT-ExDShared-StaticIP`) and added a variable group
for `PR Metrics`. (`.github/azure-devops/release.yml`,
[.github/azure-devops/release.ymlL61-R65](diffhunk://#diff-25f998e817515523e95edd3b4e0eb06fad5909deec7e3d4b7d57f4912cb39349L61-R65))
* Introduced the `EsrpCodeSigning@5` task for signing `.vsix` files with
ESRP code signing credentials. (`.github/azure-devops/release.yml`,
[.github/azure-devops/release.ymlR95-R127](diffhunk://#diff-25f998e817515523e95edd3b4e0eb06fad5909deec7e3d4b7d57f4912cb39349R95-R127))
### Version Updates:
* Incremented the version of `PR Metrics` from `1.7.3` to `1.7.4` across
multiple files, including `package.json`, `README.md`, `task.json`, and
`vss-extension.json`.
[[1]](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L5-R5)
[[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L130-R130)
[[3]](diffhunk://#diff-65a89cd0ee689cbea9b9b09f50ce9df6f2af4d46936e7b185e82892495732362L5-R5)
[[4]](diffhunk://#diff-22ee61dc67ccb9df83b5d37d8e3dc5031b27d5c5defb40371d3abdd043414ea7L6-R6)
### Configuration and Metadata Improvements:
* Reformatted JSON arrays and objects in `vss-extension.json` for better
readability. (`src/vss-extension.json`,
[[1]](diffhunk://#diff-22ee61dc67ccb9df83b5d37d8e3dc5031b27d5c5defb40371d3abdd043414ea7L29-R37)
[[2]](diffhunk://#diff-22ee61dc67ccb9df83b5d37d8e3dc5031b27d5c5defb40371d3abdd043414ea7L77-R85)
* Updated the `userAgent` string in `gitHubReposInvoker.ts` and its
associated test to reflect the new version.
(`src/task/src/repos/gitHubReposInvoker.ts`,
[[1]](diffhunk://#diff-f940089e58c7285d97fbb04b132d2827a8aaf024094dfcd7ba27351b7ae6b4a3L291-R291);
`src/task/tests/repos/gitHubReposInvoker.spec.ts`,
[[2]](diffhunk://#diff-b59d2e18f2819be803f73a843d0a11f129b972aef7c779280faa03ed5c63867dL37-R37)
## Testing
### Test Types
- [ ] Unit tests
- [X] Manual tests
0 commit comments