How to create SSRS solutions using TFS vNext

Like this question , except that we do not use TeamCity. The error I get in TFS:

The project file "xyz.rptproj" is not supported by MSBuild and cannot be built.

In our old process (TFS 2013 XAML assemblies) we had to create a custom assembly template to call the IDE. I can't seem to find a way to do this with TFS 2017. Isn't it easy to call a PowerShell script?

+4
source share

Source: https://habr.com/ru/post/1673345/


All Articles