Replies: 1 comment
|
Heya @Kevinf63 ! If there's no more to it than that, then modular pipelines should be able to meet your needs here. Your git hook just needs to be a All I would say, is that running dotnet requires compilation, so you will have some delay while it does this. On a build server you won't feel this as much, but locally on your machine, your commits might feel slow and laggy, so do consider that! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @thomhurst et al,
I haven't started to use your libraries just yet but I'm actually really interested in using them for a proof of concept I'm investigating around CI/CD, per their original definitions, with Git hooks (maybe Husky/Husky.net) and Azure Pipelines. Any experience using Git hooks or Husky?
The goal is ultimately:
All reactions