You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
@PhenX I still can't figure out why Azure Pipelines is not automatically triggering CI builds. I believe it broke when I renamed master to main, but can't prove it. I've been manually triggering them which is super tedious and time consuming for an open source project. I asked Andrew Arnott if he had any ideas. Additionally, I just tried removing branch protection from the main branch to see if that helps.
Well, that is weird. I renamed the pipeline and the check does not show up in AZP. My takeaway is AZP does not do well with renames in general because it relies on names rather than persistent identifiers (as a general observation). Git branches are not really persistent identifiers, either, as it is just listed in .git/refs/heads via the branch name and the sha1 commit hash.
@jayharris Sorry for taking so long to merge this. I really need to sort out the administrative side of Azure Pipelines, as it is a time sink manually triggering pipelines. I'll try to publish the release of 7.2.0 today.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes
SqlServer2008TypeMappublic, so that it can serve as a base class for further custom type maps and participate in custom runner configuration.Fixes #2094