rtumaykin / ssis-build

A set of utilities that allow to autonomously build a Visual Studio SSIS project (dtproj) into a deployment package (ispac), and deploy the package to an SSIS catalog
Apache License 2.0
52 stars 39 forks source link

Build throws error when dtproj.user file is not provided #14

Closed pmalecka closed 5 years ago

pmalecka commented 7 years ago

Hi Roman,

first of all: thanks for taking the time for writing this wonderful tool.

While giving it a test drive and comparing against the outputs of the Visual Studio Build, I noticed that the dtproj.user file is required - even if there are no parameters to be loaded from it.

Would it be possible to make this a non-mandatory file?

Thanks, Peter

rtumaykin commented 5 years ago

Hi Peter, sorry for the long time it took me to get to this. I have implemented this change

pmalecka commented 5 years ago

Hi Roman,

thanks, I'll check it out!