Closed
Description
When enabling x86 testing we needed to install the x86 SDK for some repos. Installing the SDK is not that hard, but getting the right version to install takes some work.
ServerTests, MusicStore, and AzureIntegration each need this. The current workaround looks like this:
<_SdkVersion Condition="'$(_SdkVersion)' == ''">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName('$(MSBuildExtensionsPath)'))))</_SdkVersion>
See aspnet/ServerTests#123