I'm trying to deploy a .NET project which has multiple projects in it as well as an sql database(ssdt) but I'm having a hard time finding out what path to use to get the .dacpac generated.
In dotnet build I have Arguments: --configuration Release
I also want to know if the copy task is properly placed, or should it be below dotnet publish.