mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-25 02:01:28 -05:00
submodule check: actually check for a real file in the repo (#9438)
Git may create folders for submodules; let's make sure they're populated.
This commit is contained in:
@@ -171,6 +171,6 @@
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references git submodule(s) that are missing on this computer. Use `git submodule update --init --recursive` to download them. For more information, see https://github.com/microsoft/terminal#building-the-code. </ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('$(SolutionDir)\dep\wil') Or !Exists('$(SolutionDir)\dep\gsl')" Text="$([System.String]::Format('$(ErrorText)'))" />
|
||||
<Error Condition="!Exists('$(SolutionDir)\dep\wil\README.md') Or !Exists('$(SolutionDir)\dep\gsl\README.md')" Text="$([System.String]::Format('$(ErrorText)'))" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user