liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

A parameter cannot be found that matches parameter name 'Encoding' #118

Closed jkockx closed 1 year ago

jkockx commented 1 year ago

Got a lot of trouble figuring out what cause the following error: A parameter cannot be found that matches parameter name 'Encoding'

Apperently, the format in which I was presenting the file path to the tmsl file was wrong.

Wrong to use a file path between parentheses : '/Deploy/TSML/Change_Connection_Tabular_hardcoded'

Changed to: $(System.DefaultWorkingDirectory)/Deploy/TSML/Change_Connection_Tabular To make it work

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.