We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30596fa commit 5ea3fefCopy full SHA for 5ea3fef
src/Misc/externals.sh
@@ -134,7 +134,7 @@ function acquireExternalTool() {
134
if [[ "$PLATFORM" == "windows" ]]; then
135
acquireExternalTool "$CONTAINER_URL/azcopy/1/azcopy.zip" azcopy
136
acquireExternalTool "$CONTAINER_URL/pdbstr/1/pdbstr.zip" pdbstr
137
- acquireExternalTool "$CONTAINER_URL/mingit/2/mingit.zip" git
+ acquireExternalTool "$CONTAINER_URL/mingit/3/mingit.zip" git
138
acquireExternalTool "$CONTAINER_URL/symstore/1/symstore.zip" symstore
139
acquireExternalTool "$CONTAINER_URL/vstshost/m108_1_eba79898/vstshost.zip" vstshost
140
acquireExternalTool "$CONTAINER_URL/vstsom/m108_1_eba79898/vstsom.zip" vstsom
0 commit comments