Is Modeling SDK installed?

heaths's Avatar

heaths

05 Dec, 2015 08:32 PM

I see from the build worker software page that the Visual Studio SDK (VSSDK) is installed, but the Modeling SDK is separate and contains the support for T4 / TextTemplating. If not, could you please add it? T4 is incredibly useful for many types of projects, especially for pushing build numbers into certain types of sources (.nuspec, .psd1, etc.).

* 2015: https://www.microsoft.com/download/details.aspx?id=48148
* 2013: https://www.microsoft.com/download/details.aspx?id=40754

  1. Support Staff 1 Posted by Feodor Fitsner on 07 Dec, 2015 06:58 PM

    Feodor Fitsner's Avatar

    Looks like it could be installed during the build with this command (for VS 2015):

    $exePath = "$env:USERPROFILE\vs_vmsdk.exe"
    (New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/0/B/0/0B05CE52-5C57-46E9-8C27-C5C4DF10C8C0/vs_vmsdk.exe', $exePath)
    cmd /c start "$exePath" /q
    
  2. 2 Posted by ashrivastav2 on 24 Aug, 2017 08:54 PM

    ashrivastav2's Avatar

    Hi,
    can you please help me with the .yml configuration for this?

  3. 3 Posted by Ilya Finkelshte... on 24 Aug, 2017 09:03 PM

    Ilya Finkelshteyn's Avatar

    @ashrivastav2 please check this part of documentation. Also you can always enter commands into UI and press Export YAML.

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:19 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac