I am trying to use web processing pipeline with msbuild to deploy database dacpac using web deploy. I have following code in my project's .wpp.targets file.
$(_MSDeployDirPath_FullPath)\Database\Advent.PMW.UIConfig.Database.dacpac
{UIConfigContext-Web.config Connection String
Publish
Source;Destination;Action
but when I try to build the package i get the following error
Error : Web deployment task failed. (Could not find the provider 'dbSqlPackage'. Please verify that you've entered the provider name correctly.) Package failed.
I tried using dbSqlPackage provider from command line but i get the same error. I have MSDeploy 3.0 installed on a windows 7 box. I can see that
Microsoft Web Deploy dbSqlPackage Provider - enu
is installed on my box.I tried removing it ( as suggested in another post on this subject) but no luck
↧