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

Getting argumentNullException #49

Closed CharlMeyers closed 1 year ago

CharlMeyers commented 1 year ago

I am trying to do a basic command to test the package.

I am trying to run the following command:

New-SsisDeploymentPackage .\SampleSSISProject\SampleSSISProject.dtproj -OutputFolder ".\build" -Configuration "Development"

But I get the following error:

New-SsisDeploymentPackage : Value cannot be null.
Parameter name: source
At line:1 char:1
+ New-SsisDeploymentPackage .\SampleSSISProject\SampleSSISProject.dtpro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-SsisDeploymentPackage], ArgumentNullException
    + FullyQualifiedErrorId : System.ArgumentNullException,SsisBuild.Core.Builder.SsisBuildPowershell