DrJohnT / AzureDevOpsExtensionsForSqlServer

Microsoft SQL Server deployment extensions for Azure DevOps Pipelines
MIT License
21 stars 14 forks source link

PublishDacPac: Unable to use wildcards in dacpac file name despite tool-tip sugggestion #20

Open nonware opened 4 years ago

nonware commented 4 years ago

I ran my first deploy today using the "Publish Schema using Publish Profile Task and it failed citing in the output that Could not load package from 'd:\a\11\s\Tools\Schema\bin\release\*.dacpac 'Illegal characters in path'. My original def path looked like this '$(System.DefaultWorkingDirectory)\Tools\Schema\bin\$(BuildConfiguration)\Schema.dacpac'. It seems this should be corrected so one can use wildcards (definitely nice to have) or update the tool-tip to reflect that one cannot use them.