mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
12 lines
410 B
XML
12 lines
410 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<RestoreGitSubmodulesImported>true</RestoreGitSubmodulesImported>
|
|
</PropertyGroup>
|
|
<Target Name="RestoreGitSubmodules" BeforeTargets="PrepareForBuild">
|
|
<Exec IgnoreExitCode="true"
|
|
EchoOff="true"
|
|
StandardOutputImportance="low"
|
|
StandardErrorImportance="low"
|
|
Command="git submodule update --init" />
|
|
</Target>
|
|
</Project> |