azure-sdk-for-cpp/eng/common
Azure SDK Bot 6a71677c9e
Use Path.Combine for create directory (#6630)
Path.Combine will allow for fully qualified paths to override the combination. For example `Path.Combine("a","b","c:\test")` will resolve to `c:\test'. We have depended on such behavior in a few places like d66b5160f2/eng/pipelines/templates/steps/smoke-test-steps.yml (L99) so I'm reverting back to Path.Combine.

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2025-06-18 08:59:02 -07:00
..
docgeneration Sync eng/common directory with azure-sdk-tools for PR 9652 (#6361) 2025-01-21 08:55:49 -08:00
mcp Update script to support running on GH action (#6628) 2025-06-13 18:28:25 -04:00
pipelines Use releaseJob for publishing (#6631) 2025-06-18 08:51:59 -07:00
scripts Sync eng/common directory with azure-sdk-tools for PR 10895 (#6629) 2025-06-13 15:25:00 -07:00
spelling upgrade indirect dependency brace-expansion version to 2.0.2 (#6626) 2025-06-12 15:43:24 -07:00
testproxy deploy the proxy with human-readable multipart output (#6551) 2025-05-06 19:04:36 -07:00
TestResources Use Path.Combine for create directory (#6630) 2025-06-18 08:59:02 -07:00
README.md

Common Engineering System

Updates under this directory should only be made in the azure-sdk-tools repo as any changes under this directory outside of that repo will end up getting overwritten with future updates. For information about making updates see common engineering system docs