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.Assets", | ||
| "BlobName": "VirtoCommerce.Assets_3.1001.0.zip" |
There was a problem hiding this comment.
Assets blob name missing PR pre-release suffix
High Severity
The BlobName for VirtoCommerce.Assets is VirtoCommerce.Assets_3.1001.0.zip, which lacks the -pr-{number}-{hash} suffix that every other AzureBlob entry uses. The PR description confirms the automation failed: it shows "from PR undefined undefined" where the PR number and hash were expected. This likely means the blob artifact doesn't exist in the vc3prerelease container, which would cause a module installation failure at deployment time.


ci: Automated update vc-module-assets from PR undefined undefined
Note
Low Risk
Only changes module packaging configuration; main risk is pulling the wrong Assets artifact or source in deployments.
Overview
Updates
backend/packages.jsonto moveVirtoCommerce.Assetsfrom theGithubReleasessource to theAzureBlobsource and bump it toVirtoCommerce.Assets_3.1001.0.zip(was3.1000.0).Also includes small JSON cleanup (whitespace/brace formatting and file newline).
Written by Cursor Bugbot for commit f431503. This will update automatically on new commits. Configure here.