Fix sql projects not using OutputPath in sqlproj for publishing (#19987)

* fix sql projects not using output path in sqlproj for publish

* add tests

* Addressing comments
This commit is contained in:
Kim Santiago
2022-07-13 16:58:37 -07:00
committed by GitHub
parent 7aa7a9c70b
commit 70f0e7264b
4 changed files with 46 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
<ProjectGuid>{2C283C5D-9E4A-4313-8FF9-4E0CEE20B063}</ProjectGuid>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
<ModelCollation>1033, CI</ModelCollation>
<OutputPath>..\otherFolder</OutputPath>
</PropertyGroup>
<Target Name="BeforeBuild">
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />