Closed mikeharder closed 2 years ago
This broke on 8/12/22 due to this PR, which changed the version of storage-blob in main from 12.11.1
to 12.12.0-beta.1
:
However, the perf project was not updated, and still depends on ^12.10.0-beta.1
, which doesn't match 12.12.0-beta.1
due to how semver works with pre-releases.
In the short term, this can be fixed by updating the storage perf project deps to match the SDK package versions in main. In the longer term, we will either need a better solution or a check to keep the versions in sync.
Starting with the following build, packages are incorrectly being used for the "from source" run:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1776649&view=logs&j=42ded549-05ee-5cdb-7ba7-7a948a0cc056&t=a103fa30-9714-51c6-dfba-9bd5390ed023&l=56
Correct
Incorrect