-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Labels
Description
Describe the Problem
Inside a Docker build process in which some dotnet-framework-docker-sdk base image is used the MSBUILD build task fails due to missing SSDT components.
In this sample Database.sln contains a single database project (*.sqlproj)
RUN msbuild "Database.sln" /p:configuration=release
Throws this error:
The imported project Microsoft.Data.Tools.Schema.SqlTasks.targets was not found
Describe the Solution
During installation of "vs_BuildTools" add DataBuildTools workload to install SSDT components and its recommended items.
--add Microsoft.VisualStudio.Workload.DataBuildTools;includeRecommended