Fix whitespace differences in sqlproj (#13805)

* add whiteSpaceAtEndOfSelfclosingTag

* update test baselines
This commit is contained in:
Kim Santiago
2020-12-15 11:44:41 -08:00
committed by GitHub
parent 725cd9f82f
commit 9adffbb950
8 changed files with 81 additions and 76 deletions

View File

@@ -95,12 +95,12 @@
</ArtifactReference>
</ItemGroup>
<ItemGroup>
<PreDeploy Include="Script.PreDeployment1.sql"/>
<PreDeploy Include="Script.PreDeployment2.sql"/>
<PreDeploy Include="Script.PreDeployment1.sql" />
<PreDeploy Include="Script.PreDeployment2.sql" />
</ItemGroup>
<ItemGroup>
<PostDeploy Include="Script.PostDeployment1.sql"/>
<None Include="Tables\Script.PostDeployment1.sql"/>
<PostDeploy Include="Script.PostDeployment1.sql" />
<None Include="Tables\Script.PostDeployment1.sql" />
</ItemGroup>
<Target Name="BeforeBuild">
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />