[Bug]: App "Adversarial Simulation Test Library" is missing in published artifacts
BCContainerhelper version
6.1.5
Describe the issue
The app Adversarial Simulation Test Library seems to be missing from the artifact repository lately.
I have downloaded dk artifacts for 27.1.40702.0 (as NextMinor).
The app Sustainability Copilot Tests in platform/applications/SustainabilityCopilot/Test/ has the following dependency in app.json:
{
"id": "3e75ec63-8d7b-4bf8-9c79-9182a7caad84",
"name": "Adversarial Simulation Test Library",
"publisher": "Microsoft",
"version": "$(app_minimumVersion)"
}
The issue is that Adversarial Simulation Test Library seems to be missing. This has been the case for at least a couple of weeks.
I would expect the apps to be self-contained. They used to be.
Command or script used to produce the issue
- In PowerShell, run:
Download-Artifacts -artifactUrl "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/27.1.40702.0/dk" -includePlatform - Verify that
Sustainability Copilot TestsinC:/bcartifacts.cache/sandbox/27.1.40702.0/platform/applications/SustainabilityCopilot/Test/references appAdversarial Simulation Test Libraryinapp.json. - Verify that
Adversarial Simulation Test Librarydoes not exist anywhere inC:/bcartifacts.cache/sandbox/27.1.40702.0
Full output of the command or script
Not included, as it is the downloaded artifacts that is the issue.
Additional information
This seems to be a problem not with BCContainerHelper, but the the artifacts in the repository.
Does this happen every time?
Yes
Did this used to work?
Yes Internal work item: AB#609650
I'll create a bug with the team internally. But as you noted, there's not much we can really do from within BCContainerHelper on this one.
Great, thanks:-)