Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.Contracts", | ||
| "BlobName": "VirtoCommerce.Contracts_3.1001.0.zip" |
There was a problem hiding this comment.
Contracts blob name likely incorrect due to automation failure
High Severity
The PR description says "from PR undefined undefined", indicating the automation script failed to resolve the source PR details. The BlobName VirtoCommerce.Contracts_3.1001.0.zip is missing the -pr-{number}-{hash} suffix that nearly all other AzureBlob entries use. This strongly suggests the automation generated an incorrect artifact reference because it couldn't resolve the PR metadata. If the blob doesn't exist under this name in Azure storage, the Contracts module will fail to install during deployment.


ci: Automated update vc-module-contract from PR undefined undefined
Note
Medium Risk
Changes how
VirtoCommerce.Contractsis resolved (moves it from GitHub releases to an AzureBlob package and bumps to3.1001.0), which can affect build/deployment if the blob artifact is missing or incompatible.Overview
Updates
backend/packages.jsonto pullVirtoCommerce.Contractsfrom theAzureBlobsource (VirtoCommerce.Contracts_3.1001.0.zip) instead ofGithubReleases(removing the previous3.1000.0release entry).Also includes minor JSON formatting/whitespace tweaks and ensures the manifest ends without an extra trailing newline.
Written by Cursor Bugbot for commit 13de510. This will update automatically on new commits. Configure here.