From a96d84d0b309858b633b47b9e89118dd24d2591d Mon Sep 17 00:00:00 2001 From: Unai Zorrilla Castro Date: Wed, 9 Oct 2019 20:50:41 +0200 Subject: [PATCH] Trying to fix https://github.com/microsoft/vstest/issues/2189 --- install-sdk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-sdk.ps1 b/install-sdk.ps1 index 8d577ec248..9ecfb63db2 100644 --- a/install-sdk.ps1 +++ b/install-sdk.ps1 @@ -1,2 +1,2 @@ $SdkVersion = "3.0.100" -& "./dotnet-install.ps1" -Version $SdkVersion \ No newline at end of file +& "./dotnet-install.ps1" -Version $SdkVersion -Architecture x86 \ No newline at end of file