Tests: Update FetchResource target

This commit is contained in:
2024-01-19 16:57:35 +01:00
parent 741ccaacae
commit 4a49a17b6a

View File

@ -13,7 +13,7 @@
<EmbeddedResource Include="Resources\*.sql" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="BeforeCompile">
<Target Name="FetchResources" BeforeTargets="BeforeBuild">
<Exec Command="call fetch-resources.bat" />
</Target>