Liquibase Integration With Azure Devops Pipeline

Hey Everyone, I am pretty new to Liquibase and Azure DevOps CI/CD. I would like to understand how to integrate both I have tried a few different methods mostly which didn’t work. The main issue I am facing is not able to install liquibase into the azure agent I would like to know if someone has already done this. If so please guide me on this.
Just to cut down on whatever I have tried -

  • Use Custom Script to install Liquibase into the agent. even though when installed it gives me an error stating it isn’t found.
    *Create Powershell script to download and execute the liquibase file in pipeline also.