I am getting the attached error message when attempting to run a migration script below during an octopus deoployment.
This exact script is working just fine Azure DevOps any help would be greatly appreciated.
dir
cd LittlerOnDemand.WebApi.Host.azure\bin
.\migrate.exe LittlerOnDemand.Repository.Implementation.dll /connectionString="Data Source=#{datasource};Initial Catalog=#{catalog};Integrated Security=False;User ID=#{userid};Password=#{password};Connect Timeout=60;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False" /connectionProviderName="System.Data.SqlClient" /Verbose