-
Notifications
You must be signed in to change notification settings - Fork 13k
Description
TypeScript Version: SDK installer 2.3.3
Prerequisites: Machine with only the BuildTools for Visual Studio 2017 installed.
Expected behavior:
Installing the TypeScript SDK on a machine with only BuildTools 2017 intalled, the SDK installer should also install the needed msbuild targets and props under the folder C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\Microsoft\VisualStudio\v15.0\TypeScript
. The SDK itself is installed as expected in the folder C:\Program Files (x86)\Microsoft SDKs\TypeScript
.
Actual behavior:
The msbuild files under C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\Microsoft\VisualStudio\v15.0\TypeScript
are missing. It seems like currently these are only installed if a full VisualStudio installation could be found.