SSIS project build using command line devenv.com on build server

  • Thread starter Thread starter B.Marex
  • Start date Start date
B

B.Marex

Guest
Hi.

We are using our own build server connected to Azure DevOps.

On build server I have installed Visual Studio 2017, SSDT.

Build is using command line to build SSIS project, for example : "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.com" "C:\work\SSISproject\SSIS.sln" /Build Development

I have activated Visual Studio with my MSDN subscription.

Problem is, that after some period - I need to reactivate again Visual Studio (by updating license), otherwise build will fail with error : "The license for Visual Studio has expired."

This is not big issue, if I would have only 1 build server, but if I have 10 or more, then it is problem.

My question - what is solution to this problem on build server ?

Thanks

Mareks

Continue reading...
 
Back
Top