I've read the following question: How to handle users and logins in Visual Studio Database Project?
Basically, I'm looking for a way to easily setup the logins based on the database server that's being deployed to. The additional catch is that this will be deployed as part of an azure-devops release pipeline and therefore will be deploying the dacpac.
The question linked aboved deals with VS 2010 and is rather manual. Has this changed at all? Can this be done using DAC Publish Profiles?