DrJohnT / AzureDevOpsExtensionsForSqlServer

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

[ENHANCMENT] Display error log file after successful deployment #33

Open tylercranston opened 3 years ago

tylercranston commented 3 years ago

DeployTabularModel

Is your feature request related to a problem? Please describe. The error log file contains useful information even for successful deployments, it would be useful to display this in the console: Connecting to the SERVERNAME server Database, DATABASENAME, found on server, SERVERNAME. Applying configuration settings and options... Analyzing configuration settings... Done Analyzing storage information... Done Analyzing security information... Done Generating processing sequence... Deploying the 'DATABASENAME' database to 'SERVERNAME'. Done

Describe the solution you'd like Display AnalysisServicesDeploymentExeLog.txt in console after successful deployment

Describe alternatives you've considered Add powershell task after deployment to display log file or publish log file to pipeline artifacts