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

Fixed an issue with Powershell passing empty strings instead of nulls… #10

Closed rtumaykin closed 7 years ago

rtumaykin commented 7 years ago

… in parameters

Replaced parameter type for EraseSensitiveInfo from bool to SwitchParameter in Publish-SsisDeploymentPackage powershell CmdLet Added missing copyright notices