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

Resolves issue #14 dtproj.user is not required #16

Open pmalecka opened 7 years ago

pmalecka commented 7 years ago

Do not require -Paramaters if none are necessary, do not require dtproj.user file to exist if no parameters are stored there

-Parameters powershell param should not be required

fmms commented 6 years ago

you have changed the line break sign and thus the diffs look huge because they show all lines as changed. After recreating them, one would see that it actually just changes a single line. regards

pmalecka commented 5 years ago

@rtumaykin let me know if there is anything I can do to get this merged. Thanks.