Skip to content

Fix REF replacement in vcpkg daily runs#5529

Merged
antkmsft merged 1 commit into
mainfrom
antkmsft-patch-1
Apr 15, 2024
Merged

Fix REF replacement in vcpkg daily runs#5529
antkmsft merged 1 commit into
mainfrom
antkmsft-patch-1

Conversation

@antkmsft

@antkmsft antkmsft commented Apr 13, 2024

Copy link
Copy Markdown
Member

The change introduced in #5516 does not work for daily vcpkg validation runs.

I could've fixed the quote characters alone ("s need to be escaped with `s instead of \s), but I think it is better to just capture everything, this way it is compatible with both REF azure-core_1234 and REF "azure-core_1234", as well as REF foo.

I could've fixed the quote characters alone, but I think it is better to just capture everything, this way it is compatible with both `REF azure-core_1234` and `REF "azure-core_1234"`, as well as `REF foo`.
@antkmsft antkmsft added the EngSys This issue is impacting the engineering system. label Apr 13, 2024
@antkmsft antkmsft self-assigned this Apr 13, 2024
@antkmsft antkmsft merged commit 6ded663 into main Apr 15, 2024
@antkmsft antkmsft deleted the antkmsft-patch-1 branch April 15, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants