Skip to content

Need support for getting the SDK version number #679

Closed
@Tratcher

Description

@Tratcher

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions