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
#5877
## Checklist
- [ ] Verify this PR contains the expected changes
- [ ] Follow the rollout process in issue #5877
- [ ] ⚠️ **DO NOT SQUASH** when merging - use merge commit
_logger.LogError("Default channel with repository '{repo}', branch '{branch}', and channel '{channel}' already exists in '{filePath}' in repo {repo} on branch {branch}.",
_logger.LogError("Default channel with repository '{repo}', branch '{branch}', and channel '{channel}' already exists in '{filePath}' in repo {configRepo} on branch {configBranch}.",
82
+
_options.Repository,
83
+
_options.Branch,
84
+
_options.Channel,
85
+
e.FilePath,
86
+
e.Repository,
87
+
e.Branch);
88
+
returnConstants.ErrorCode;
89
+
}
101
90
catch(Exceptione)
102
91
{
103
92
_logger.LogError(e,"Error: Failed to add a new default channel association.");
_logger.LogError("No existing default channel with repository '{repository}', branch '{branch}', and channel '{channel}' found in file {filePath} of repo {repositoryUri} on branch {branchName}",
_logger.LogError("No existing default channel with repository '{repository}', branch '{branch}', and channel '{channel}' found in file {filePath} of repo {repositoryUri} on branch {branchName}",
0 commit comments