Skip to content

Instantly share code, notes, and snippets.

@wendreof
Created June 18, 2022 20:23
Show Gist options
  • Save wendreof/433a486f06ef25ad2af16b8bee52296e to your computer and use it in GitHub Desktop.
Save wendreof/433a486f06ef25ad2af16b8bee52296e to your computer and use it in GitHub Desktop.
<Target Name="MyCustomTask" BeforeTargets="CoreBuild">
<Exec Command="$(PowerShellExe) dotnet tool update -g dotnet-format " />
<Exec Command="$(PowerShellExe) git config --local core.hooksPath .\.git-hooks\" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment