Skip to content

Commit

Permalink
Updated to mingit version 2.24.0.2 (#2657)
Browse files Browse the repository at this point in the history
Fixed #2598
  • Loading branch information
Tommy Petty authored Dec 13, 2019
1 parent aaace0f commit cedb457
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONTAINER_URL=https://vstsagenttools.blob.core.windows.net/tools
NODE_URL=https://nodejs.org/dist
NODE_VERSION="6.10.3"
NODE10_VERSION="10.13.0"
MINGIT_VERSION="2.24.0.2"

get_abs_path() {
# exploits the fact that pwd will print abs path when no args
Expand Down Expand Up @@ -131,7 +132,7 @@ function acquireExternalTool() {
if [[ "$PACKAGERUNTIME" == "win-x64" ]]; then
acquireExternalTool "$CONTAINER_URL/azcopy/1/azcopy.zip" azcopy
acquireExternalTool "$CONTAINER_URL/pdbstr/1/pdbstr.zip" pdbstr
acquireExternalTool "$CONTAINER_URL/mingit/2.21.0/MinGit-2.21.0-64-bit.zip" git
acquireExternalTool "$CONTAINER_URL/mingit/${MINGIT_VERSION}/MinGit-${MINGIT_VERSION}-64-bit.zip" git
acquireExternalTool "$CONTAINER_URL/symstore/1/symstore.zip" symstore
acquireExternalTool "$CONTAINER_URL/vstshost/m122_887c6659/vstshost.zip" vstshost
acquireExternalTool "$CONTAINER_URL/vstsom/m122_887c6659/vstsom.zip" vstsom
Expand All @@ -146,7 +147,7 @@ fi

if [[ "$PACKAGERUNTIME" == "win-x86" ]]; then
acquireExternalTool "$CONTAINER_URL/pdbstr/1/pdbstr.zip" pdbstr
acquireExternalTool "$CONTAINER_URL/mingit/2.21.0/MinGit-2.21.0-32-bit.zip" git
acquireExternalTool "$CONTAINER_URL/mingit/${MINGIT_VERSION}/MinGit-${MINGIT_VERSION}-32-bit.zip" git
acquireExternalTool "$CONTAINER_URL/symstore/1/symstore.zip" symstore
acquireExternalTool "$CONTAINER_URL/vstsom/m153_d91bed0b/vstsom.zip" tf
acquireExternalTool "$CONTAINER_URL/vswhere/1_0_62/vswhere.zip" vswhere
Expand Down

0 comments on commit cedb457

Please sign in to comment.