'SQL Project not building in Mac Azure Data Studio
I cloned an SSDT/SQL project that was written on a Windows machine, onto my Mac and opened it using the Azure Data Studio. However, when I try to publish the project to a docker instance of SQL Server that I have running locally, it fails in the build step with the following error:
stdout: error MSB4019: The imported project "/usr/local/share/dotnet/sdk/5.0.103/Microsoft/VisualStudio/v11.0/SSDT/Microsoft.Data.Tools.Schema.SqlTasks.targets" was not found. Confirm that the expression in the Import declaration "/usr/local/share/dotnet/sdk/5.0.103//Microsoft/VisualStudio/v11.0/SSDT/Microsoft.Data.Tools.Schema.SqlTasks.targets" is correct, and that the file exists on disk.
It's trying to look for Microsoft/VisualStudio/v11.0/SSDT/Microsoft.Data.Tools.Schema.SqlTasks.targets but I don't have it installed on my machine. From what I know, it's not supported in Mac.
Is there any workaround for this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
