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

File Already Exists 'Microsoft.Management.Infrastructure.dll' and 'System.Management.Automation.dll' NuGet Package 2.3.0 #45

Closed bnippercg closed 2 years ago

bnippercg commented 2 years ago

When attempting to install the SSISBuild package direct from NuGet.org I encountered an error via the PowerShell command Install-Package

The package filed to install due to a file "already existing" specifically 'Microsoft.Management.Infrastructure.dll'

While interrogating the NuGet Package itself that was pulled from the NuGet.org site I can see that this file lives in the 'tools' directory.

The same is true of the file 'System.Management.Automation.dll'

bnippercg commented 2 years ago

Found a link to a Microsoft Page that shows a Microsoft Sponsored CICD tool chain. https://docs.microsoft.com/en-us/sql/integration-services/devops/ssis-devops-standalone?view=sql-server-ver15#ssisbuildexe

bnippercg commented 2 years ago

Thank you for all the hard work you put into this tool, but since the out of the box isn't working I think I'll go with the Microsoft tool instead.