I have noticed that configsettings file is not getting generated when i build my Tabular project from SSDT. I get asdatabase, deploymentoptions, deploymenttargets files but no configsettings file?
We have an automated deployment based around PowerShell built for deploying our UDM models, we wanted to use the same for Tabular as well since the output file is same (asdatabase) and the deployment executable that comes with Analysis Services is also same for both models. But our automated system expects configsettings file to read the data source connection string.
Is there any setting that I'm missing that actually flips configsettings file on/off?