-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't workingfixed-pending-releaseFix in upcoming releaseFix in upcoming release
Milestone
Description
All versions of sqltargets
Steps to Reproduce:
- Try and run a build WITHOUT the SSDT VS installed
- The build always builds projects even when nothing has changed.
The problem is that there is a property SsdtTargetsParentPath that is only used by the MSBuildAllProjects propertygroup which is used to define the inputs for the build. On a machine where there sqlTargets are not in $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT the CoreBuild can't find the files and thus runs the CoreBuild, which then causes SqlBuild to trigger.
SsdtTargetsParentPath if required should really reference SQLDBExtensionsRefPath if set
DacFX
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixed-pending-releaseFix in upcoming releaseFix in upcoming release