Skip to content

Commit c72773b

Browse files
committed
Fixes.
1 parent ce58b2e commit c72773b

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

global.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public static bool ConfigureAuthentication( BuildContext context )
633633
if ( RuntimeInformation.IsOSPlatform( OSPlatform.Windows ) )
634634
{
635635
var tempFileName = Path.Combine( Path.GetTempPath(), "git-askpass.cmd" );
636-
File.WriteAllText( tempFileName, $"@echo off`r`necho %{environmentVariable}%" );
636+
File.WriteAllText( tempFileName, $"@echo off\r\necho %{environmentVariable}%" );
637637

638638
if ( !ToolInvocationHelper.InvokeTool( console, "git", "config --global credential.helper \"\"" ) )
639639
{

0 commit comments

Comments
 (0)