Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CargoAuthenticate for registries containing more than one dash #18421

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

arlosi
Copy link
Member

@arlosi arlosi commented Jun 1, 2023

Task name: CargoAuthenticateV0

Description: Bug fix. The .replace function only replaces the first dash, and we need to replace all of them when converting the name to an environment variable.

Documentation changes required: N

Added unit tests: No unit tests existed for this task

Attached related issue: N

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

…one dash

The `.replace` function only replaces the first dash, and we need to replace
all of them when converting the name to an environment variable.
@arlosi arlosi requested a review from a team as a code owner June 1, 2023 20:40
@jmyersmsft
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@jmyersmsft jmyersmsft merged commit 91a07ad into microsoft:master Jun 1, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants