We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d8a95 commit 472dddeCopy full SHA for 472ddde
1 file changed
src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs
@@ -484,6 +484,11 @@ public static bool TryPush( BuildContext context )
484
485
public static bool TryDeleteRemoteBranch( BuildContext context, string branchName )
486
{
487
+ if ( !TryConfigureCredentials( context ) )
488
+ {
489
+ return false;
490
+ }
491
+
492
if ( !TryGetOriginUrl( context, out var originUrl ) )
493
494
return false;
0 commit comments