-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{LTS} Backport #30554 #30557
base: dev-lts-2.66
Are you sure you want to change the base?
{LTS} Backport #30554 #30557
Conversation
Hi @bebound, |
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
LTS |
@@ -208,7 +208,7 @@ jobs: | |||
artifactName: metadata | |||
|
|||
- task: PipAuthenticate@1 | |||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') | |||
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a functionality change so not a backport.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pr is the same as #30554, it backports the CI changes to old version.
Description
Backport #30554, use CFS in LTS.