Skip to content

Commit d887918

Browse files
authored
add binding redirect to vstshost in order to support newer version vstsom. (#2317)
1 parent cfbe45b commit d887918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Misc/externals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if [[ "$PACKAGERUNTIME" == "win-x64" ]]; then
133133
acquireExternalTool "$CONTAINER_URL/pdbstr/1/pdbstr.zip" pdbstr
134134
acquireExternalTool "$CONTAINER_URL/mingit/2.21.0/MinGit-2.21.0-64-bit.zip" git
135135
acquireExternalTool "$CONTAINER_URL/symstore/1/symstore.zip" symstore
136-
acquireExternalTool "$CONTAINER_URL/vstshost/m122_887c6659/vstshost.zip" vstshost
136+
acquireExternalTool "$CONTAINER_URL/vstshost/m122_887c6659_binding_redirect/vstshost.zip" vstshost
137137
acquireExternalTool "$CONTAINER_URL/vstsom/m153_d91bed0b/vstsom.zip" vstsom
138138
acquireExternalTool "$CONTAINER_URL/vswhere/1_0_62/vswhere.zip" vswhere
139139
acquireExternalTool "$NODE_URL/v${NODE_VERSION}/win-x64/node.exe" node/bin

0 commit comments

Comments
 (0)