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
Build pipeline fails when the version information in the `version.ts`
mismatches with the version information in the `package.json`
_Example error can be seen here;
https://github.com/microsoft/azure-devops-mcp/actions/runs/16681842913/job/47222110601?pr=387#step:9:21_
Error message reads `Version mismatch detected. Please run 'npm run
build' to update version.ts and add changes to the commit.`
But, there is no `npm run build` command in the `static-code-analysis`
job, and also, `npm run build` would not fix this issue.
Error message fails to inform user to update version information in the
`version.ts` file.
This PR fixes it.
## GitHub issue number
N/A
## **Associated Risks**
None
## ✅ **PR Checklist**
- [x] **I have read the [contribution
guidelines](https://github.com/microsoft/azure-devops-mcp/blob/main/CONTRIBUTING.md)**
- [x] **I have read the [code of conduct
guidelines](https://github.com/microsoft/azure-devops-mcp/blob/main/CODE_OF_CONDUCT.md)**
- [x] Title of the pull request is clear and informative.
- [x] 👌 Code hygiene
- [x] 🔭 Telemetry added, updated, or N/A
- [x] 📄 Documentation added, updated, or N/A
- [x] 🛡️ Automated tests added, or N/A
## 🧪 **How did you test it?**
Ran the commands on local computer
0 commit comments