We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbe45b commit d887918Copy full SHA for d887918
1 file changed
src/Misc/externals.sh
@@ -133,7 +133,7 @@ if [[ "$PACKAGERUNTIME" == "win-x64" ]]; then
133
acquireExternalTool "$CONTAINER_URL/pdbstr/1/pdbstr.zip" pdbstr
134
acquireExternalTool "$CONTAINER_URL/mingit/2.21.0/MinGit-2.21.0-64-bit.zip" git
135
acquireExternalTool "$CONTAINER_URL/symstore/1/symstore.zip" symstore
136
- acquireExternalTool "$CONTAINER_URL/vstshost/m122_887c6659/vstshost.zip" vstshost
+ acquireExternalTool "$CONTAINER_URL/vstshost/m122_887c6659_binding_redirect/vstshost.zip" vstshost
137
acquireExternalTool "$CONTAINER_URL/vstsom/m153_d91bed0b/vstsom.zip" vstsom
138
acquireExternalTool "$CONTAINER_URL/vswhere/1_0_62/vswhere.zip" vswhere
139
acquireExternalTool "$NODE_URL/v${NODE_VERSION}/win-x64/node.exe" node/bin
0 commit comments