Maybe fix PowerShell script not running in CI
fixesc5f6dcd4e
, reverts68c160b96
This commit is contained in:
parent
823ce4f783
commit
a8b0e74185
|
@ -17,8 +17,7 @@
|
|||
<Analyzer Include="$(MSBuildProjectDirectory)/../../References/BizHawk.SrcGen.VersionInfo.dll" />
|
||||
</ItemGroup>
|
||||
<Target Name="InstallGitHooks" AfterTargets="PreBuildEvent">
|
||||
<Exec Command="$(MSBuildProjectDirectory)/../../Dist/install_git_hooks.ps1"
|
||||
Condition=" '$(ContinuousIntegrationBuild)' != 'true' "
|
||||
<Exec Command="pwsh $(MSBuildProjectDirectory)/../../Dist/install_git_hooks.ps1"
|
||||
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