ssis-build icon indicating copy to clipboard operation
ssis-build copied to clipboard

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

Results 28 ssis-build issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

This week the DevOps release pipline, simple Nuget task that installs SSISBuild now fails with "bad signature". Totally lost since only occurs on 1 of 3 servers. Has anyone else...

Hi, I have made the changes specified in issue #25 but am still getting the same error in VS 2019. Can you suggest a fix for this please?

I can build packages like this through the VS IDE without needing to populate "correct" values for the parameters. I should be able to build packages through the tool. I...

#22 Applies default protection level (EncryptSensitiveWithUserKey) when it's not explicitly defined in package file. [https://github.com/rtumaykin/ssis-build/issues/22](url)

When trying to issue a build through Azure Devops Pipeline I get this error message: ![build-error](https://user-images.githubusercontent.com/17741290/59014383-c7063980-883c-11e9-831f-7a3f7d5ba3e4.png) When building from Visual Studio everything works fine, all the files are the same....

Assume we have expression to property: `` When i am building my project with `ssisbuild`, this expression is removed. Possible place where this is happen: https://github.com/rtumaykin/ssis-build/blob/dac34b52395efc2a40e6ec901d2f254d6880a136/src/SsisBuild.Core/ProjectManagement/ProjectFile.cs#L159-L160 But this behaviour is...

this is the error when I try to build a SSIS 2017 project with EncryptSensitiveWithPassword Protection Level: PS C:\Users\Administrator> . $ssisbuild $prj -Configuration "Development" -Password "aaa" SSIS Build Engine Copyright...

Some headers in Readme.md weren't displaying correctly once Markdown was changed into rich text due to a minor syntax error (not having spaces between the header `#` characters and the...