rony l
rony l

Reputation: 6022

Which files to select for installing an old versions of the Azure SDK for .Net

Downloading a current version of the Azure SDK for .Net is easy to do via the Web Platform Installer tool.

The thing is that it only has the latest 2 versions or so.

If I want to download an older version, Microsoft points me to the following download site. When clicking download, I'm confronted with a dialog asking me to select which of 20(!) different files I would like to install.

Of course none of these files have any descriptions, so I'm left to deduce stuff from the file names. here's the list of all the files i'm seeing for SDK version 2.5

Upvotes: 2

Views: 882

Answers (1)

rony l
rony l

Reputation: 6022

For me (on x64 machine and VS2013 install) these are the minimal set of programs i needed to install in order for my build to pass:

  • MicrosoftAzureAuthoringTools-x64.msi
  • MicrosoftAzureLibsForNet-x64.msi
  • MicrosoftAzureTools.VS140.exe (for VS2015) or;
  • MicrosoftAzureTools.VS120.exe (for VS2013)

Upvotes: 2

Related Questions