I'm trying to install SqlPackage on self hosted Azure DevOps agent and since Azure creates all new databases with compatibility level at 150 I also need the tools for it. The link here seems to use a Windows Server 2012 version. When installing it on my agent it doesn't create a C:\Program Files (x86)\Microsoft SQL Server\150 directory.
Is the link out of date or am I doing something wrong?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@Bliyaal -- Michel, thank you for your feedback. I found this link to a 2014 version of DacFramework.msi. That version creates a C:\Program Files\Microsoft SQL Server\150 folder but that folder does not in turn have a \DAC subfolder.
@pensivebrian -- Brian, please look into these instructions.
We stopped shipping the x86 version of sqlpackage. The install should place x64 version of sqlpackage in the C:\Program Files\Microsoft SQL Server\150\DAC\bin folder.
@pensivebrian -- You're right! It was there all allong. Stupid me. Thanks!