Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Data.Tools.Schema.SqlTasks.targets missing from .NET 7 #2210

Open
spottedmahn opened this issue Sep 5, 2023 · 1 comment
Open

Comments

@spottedmahn
Copy link

In release v3.0.0-release.253, in Microsoft.SqlTools.ServiceLayer-win-x64-net6.0.zip, there's a file: Microsoft.Data.Tools.Schema.SqlTasks.targets but that file is not in 4.9.0.11, nor does it appear to be in any of the .NET 7 editions of this library.

Isn't this file required? Shouldn't that file be there?

Background: we're trying to build a sql project from a container using this approach


When trying to build w/ the 4.X release:

error MSB4019: The imported project "/app/BuildDirectory/Microsoft.Data.Tools.Schema.SqlTasks.targets" was not found. Confirm that the expression in the Import declaration "/app/BuildDirectory/Microsoft.Data.Tools.Schema.SqlTasks.targets" and that the file exists on disk.
This is coming from the sqlproj config file:

@spottedmahn
Copy link
Author

looks like this change: #1674 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant