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

Support both master and main in Python #18074

Merged
merged 4 commits into from
Apr 16, 2021
Merged

Conversation

sima-zhu
Copy link
Contributor

This is the fix of hard-coded master occurred in python.
Here is the issue which needs further changes on hard-coded master branch: #17978

- script: |
echo "##vso[build.addbuildtag]Scheduled"
displayName: 'Tag scheduled builds'
condition: and(eq(variables['Build.SourceBranchName'],'master'),eq(variables['Build.Reason'],'Schedule'))
condition: and(eq(variables['Build.SourceBranchName'], variables['DefaultBranch']), eq(variables['Build.Reason'],'Schedule'))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sima-zhu
Copy link
Contributor Author

/check-enforcer override

@sima-zhu sima-zhu merged commit 46b402f into Azure:master Apr 16, 2021
@sima-zhu sima-zhu deleted the default_branch branch April 16, 2021 03:29
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.

2 participants