From 1f5649a994b6e680ca74eec408a0f8e4f597c27e Mon Sep 17 00:00:00 2001 From: Nishchal Date: Sun, 13 Jun 2021 16:07:16 +0700 Subject: [PATCH] chore(build): use .NET way to copy git hooks --- Micro.Starter.Api/Micro.Starter.Api.csproj | 7 +++++-- {hooks => extras/hooks}/commit-msg | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename {hooks => extras/hooks}/commit-msg (100%) diff --git a/Micro.Starter.Api/Micro.Starter.Api.csproj b/Micro.Starter.Api/Micro.Starter.Api.csproj index 7d9dc8f..6bc4c1f 100644 --- a/Micro.Starter.Api/Micro.Starter.Api.csproj +++ b/Micro.Starter.Api/Micro.Starter.Api.csproj @@ -35,7 +35,10 @@ - - + + + <_CustomFiles Include="../extras/hooks/commit-msg" /> + + diff --git a/hooks/commit-msg b/extras/hooks/commit-msg similarity index 100% rename from hooks/commit-msg rename to extras/hooks/commit-msg