aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-16 17:10:27 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-16 17:10:27 -0400
commitc8e3ca86be45be05c1f76a7dd808275a1afaccb0 (patch)
treed5b58aabbffcd21ab6bb4a29ad8964d36f85be7e /Module.Taskfile.yaml
parentba2ee1073a5042bda0afc2b56233fe99d491b39d (diff)
chore: Remove unused cache stuff
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index a6f044f..c05449d 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -9,8 +9,8 @@ tasks:
#update project source code
update:
cmds:
- - git remote update
- git reset --hard
+ - git remote update
- git pull origin {{.BRANCH_NAME}} --verify-signatures
#re-write semver for back-end after hard reset
- dotnet-gitversion.exe /updateprojectfiles