Handle exclude folder for sdk style sql projects (#17826)

* handle exclude Folder for sdk style projects

* update comment

* fix tests

* cleanup

* handle nested folders

* cleanup

* addressing comments
This commit is contained in:
Kim Santiago
2021-12-14 11:29:42 -08:00
committed by GitHub
parent be933c88c0
commit 2b1acbc2c7
7 changed files with 205 additions and 21 deletions

View File

@@ -13,6 +13,7 @@
<ItemGroup>
<Folder Include="Properties" />
<Folder Include="folder1" />
<Folder Include="folder2\" />
</ItemGroup>
<ItemGroup>
<Build Include="folder1\file2.sql" />