Skip trying to install Git hooks in CI
This commit is contained in:
parent
2b05071493
commit
68c160b96b
|
@ -18,6 +18,7 @@
|
|||
</ItemGroup>
|
||||
<Target Name="InstallGitHooks" AfterTargets="PreBuildEvent">
|
||||
<Exec Command="$(MSBuildProjectDirectory)/../../Dist/install_git_hooks.ps1"
|
||||
Condition=" '$(ContinuousIntegrationBuild)' != 'true' "
|
||||
IgnoreExitCode="true" /> <!-- i.e. may fail... though it was actually using the exit code properly, but oh well -->
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue