Closed robbinscp closed 3 months ago
@robbinscp, thank you for opening this issue. We will triage it within the next few business days.
@robbinscp, there is no specific process. Are you able to run it locally, without ADO? Just in case, there is a few things you can do to have a clean start:
git fetch
- ensures you've got latest updatesgit reset --hard origin/master
- resets the content to current master
branch stategit clean -xdf
- removes everything from file system that is not in the repository.npm install
- restores packages.npm run publish
- publishes locally.
Bug description
When attempting to run an update from 2.11 to 2.18.1, we're getting the following Typescript errors. We've followed this this document for deployment. We've also tried to do this with previous releases (2.18, 2.17) with no luck. Is there an update process that we've missed that we aren't following?
Reproduction steps
npm run publish
Expected behavior
Deployment should succeed without issues
Is your portal managed or self-hosted?
Self-hosted
Release tag or commit SHA (if using self-hosted version)
release 2.18.1 / 89f08c5
API Management service name
chartermfgdevuscapim
Environment
Additional context
N/A