avdbrink / VSTS-SSRS-Extention

VSTS task for deploying SSRS folders, solutions and projects
MIT License
2 stars 3 forks source link

Switch devenv.com to msbuild #5

Open jbarber2016 opened 5 years ago

jbarber2016 commented 5 years ago

Creating an issue for devenv.com usage. Some versions will cause the devenv.com to throw an error for License on Visual Studio. msbuild is supported, just need to figure out proper build arguements.

avdbrink commented 5 years ago

Doesn't msbuild throw the same exception if the license for visual studio is expired?

jbarber2016 commented 5 years ago

@avdbrink No, because msbuild is a command line that comes with .net sdk. So, it shouldn't throw the error. devenv.com is what Visual Studio uses so therefore if the license is expired you'll get a message.