Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
{
{
"Id": "VirtoCommerce.PageBuilderModule",
"BlobName": "VirtoCommerce.PageBuilderModule_3.835.0-pr-94-6d94.zip"
},
Expand All @@ -26,20 +26,24 @@
},
{
"BlobName": "VirtoCommerce.AIDocumentProcessing_3.901.0-pr-7-05c5.zip"
},
{
"Id": "VirtoCommerce.WhiteLabeling",
"BlobName": "VirtoCommerce.WhiteLabeling_3.1000.0.zip"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automation failure produced likely incorrect blob name

High Severity

The PR description states "from PR undefined undefined," indicating the automation failed to resolve the source PR. Every other AzureBlob module entry has a PR-specific suffix in BlobName (e.g., -pr-94-6d94), but VirtoCommerce.WhiteLabeling_3.1000.0.zip lacks one. This likely means the blob name was incorrectly generated and may not correspond to an actual artifact in the prerelease container, which would cause a deployment failure.

Fix in Cursor Fix in Web

}
]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
"Id": "VirtoCommerce.Contentful",
"Version": "3.805.0"
},
Expand Down Expand Up @@ -279,10 +283,6 @@
"Id": "VirtoCommerce.XCatalog",
"Version": "3.1000.0"
},
{
"Id": "VirtoCommerce.WhiteLabeling",
"Version": "3.909.0"
},
{
"Id": "VirtoCommerce.XCart",
"Version": "3.1000.0"
Expand Down Expand Up @@ -350,5 +350,4 @@
]
}
]
}

}