Liquibase integration with Azure DevOps build and relase

I am completely new to liquibase and I got basic idea that it will perform schema changes and deploys it.

now I have need of integrating liquibase with Azure DevOps CICD YAML build and relase pipleines.
just to give background :

The database team has done a POC with Liquibase.
This is a Database Automation tool to automate database schema changes.
This may replace the usage of DACPACs. The database team may need some amount of support in any setup type work (installing things on build agents, updates to documents, etc.) And creating build & release pipelines.
Please let me know how and where to start

my questions are:

  1. what is the liquibase which I need to install Azure DevOps agent , We use self hosted agent linux and windows also, what are the steps that i should implement to install liquibase in self hosted agent for both windows and linux
  2. What are all high level steps/stages/tasks I should use to perform CICD for this liquibase