1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00
Satori/eng/DisableSourceControlManagement.targets
2019-11-14 01:26:19 +01:00

15 lines
No EOL
471 B
XML

<Project>
<PropertyGroup>
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
</PropertyGroup>
<!--
Override this target to disable calling the source control commands on some
platforms that don't support the targets like RHEL 6.
-->
<Target Name="InitializeSourceControlInformationFromSourceControlManager">
<PropertyGroup>
<SourceRevisionId>unknown</SourceRevisionId>
</PropertyGroup>
</Target>
</Project>