mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Update remove file for sdk style sql projects (#17688)
* add support for removing file in new style project * fix test * only load files, not whole project when checking if a <Build Remove> needs to be added * merge changes * fixes after merge
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<Build Include="..\other\folder1\file*.sql" />
|
||||
<Build Include="..\other\folder1\test?.sql" />
|
||||
<Build Include="..\other\folder2\*.sql" />
|
||||
<Build Include="..\other\file1.sql" />
|
||||
<Build Include="folder1\*.sql" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user