data-solution-automation-engine / data-warehouse-automation-metadata-schema

Generic interface exchange format for Data Warehouse Automation and ETL generation.
GNU Lesser General Public License v3.0
38 stars 11 forks source link

Using RunDwhAutomation in Azure DevOps pipelines fails on console input invalid operation exception #14

Closed RoelantVos closed 2 years ago

RoelantVos commented 2 years ago

Running the command line utility in Azure DevOps reports an invalid operation because a console is expected but there isn't one. Solution is to remove the readkey().

RoelantVos commented 2 years ago

Done