Skip to content

Commit

Permalink
Set useHttpPath for ADO on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 21, 2024
1 parent b452810 commit a49c3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/build-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ git config --file "$SYSTEM_CONFIG" core.symlinks "false"
git config --file "$SYSTEM_CONFIG" core.autocrlf "true"
git config --file "$SYSTEM_CONFIG" core.fscache "true"
git config --file "$SYSTEM_CONFIG" http.sslBackend "schannel"
git config --file "$SYSTEM_CONFIG" credential.https://dev.azure.com.useHttpPath "true"

# See https://github.com/desktop/desktop/issues/4817#issuecomment-393241303
# Even though it's not set openssl will auto-discover the one we ship because
Expand Down

0 comments on commit a49c3b4

Please sign in to comment.