aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-18 21:22:37 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-18 21:22:37 -0400
commit90166048046d2511f0bb74f8880180e82466d4c0 (patch)
tree27a62c2a75a3d64e741d95af128fbefed444868d /Module.Taskfile.yaml
parent461dd71069d0c0250752ac1256160605c33a6243 (diff)
push pending changes
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml4
1 files changed, 4 insertions, 0 deletions
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: