From 90166048046d2511f0bb74f8880180e82466d4c0 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 18 Jun 2024 21:22:37 -0400 Subject: push pending changes --- Module.Taskfile.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Module.Taskfile.yaml') diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index 0a80e30..d31449a 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -18,6 +18,10 @@ tasks: - git reset --hard - git remote update - git pull origin {{.BRANCH_NAME}} --verify-signatures + + #updates the project versions for all inlcuded .NET projects + - dotnet-gitversion.exe /updateprojectfiles + #called by build pipeline to build module build: -- cgit