No description or website provided.
C# PowerShell
Latest commit e4b7927 Aug 2, 2016 @GoEddie adding README
Permalink
Failed to load latest commit information.
src
.gitattributes
.gitignore
LICENSE
README

README

A wrapper to publish dacpac's to databases from Powershell.

For the packaged version see:

https://www.powershellgallery.com/packages/DacFxed

To install do "Install-Module -Name DacFxed -Scope User -Force" - it is important to install it in the user scope otherwise you will need to run the import as admin when using new deployment contributors which goes against the whole point of this.

For more info see:

https://the.agilesql.club/blogs/Ed-Elliott/DacFxed-Nugetized-DacFx-Powershell-Wrapper