-
|
Our package It is a dependency of a feature of our package. I didn't find any way to pin the version to v1.2.0. I tried with I tried with But seems it doesn't work to pin the version of feature dependency. Please help figure out how to pin the opentelemtry-cpp version to |
Beta Was this translation helpful? Give feedback.
Answered by
Osyotr
Jun 17, 2025
Replies: 1 comment 4 replies
-
|
You can try adding a registry with just this port and desired baseline: {
"$comment": "opentelemetry-cpp 1.2.0",
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "2924f54a2c3ac701a92e0c78c13aca7111ecb3ed",
"packages": [
"opentelemetry-cpp"
]
}, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cuiy0006
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try adding a registry with just this port and desired baseline:
{ "$comment": "opentelemetry-cpp 1.2.0", "kind": "git", "repository": "https://github.com/microsoft/vcpkg", "baseline": "2924f54a2c3ac701a92e0c78c13aca7111ecb3ed", "packages": [ "opentelemetry-cpp" ] },