aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-07 20:10:37 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-07 20:10:37 -0400
commitb447f0cb29e54c988dd64f28e87fd9ca81127b11 (patch)
tree7fcbd1da1378f2728c338713d0c430b0bb8a4e31 /Module.Taskfile.yaml
parentbe26a0db1c21eec22e62862bac9d26ab5ca15428 (diff)
Essentials, and build taskfile updates
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index d729ea3..f5af56c 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -23,14 +23,13 @@ tasks:
- git remote update
- git reset --hard
- git pull origin {{.BRANCH_NAME}} --verify-signatures
+ #re-write semver after hard reset so build still works properly
+ - dotnet-gitversion.exe /updateprojectfiles
#called by build pipeline to build module
build:
cmds:
- echo "building module {{.MODULE_NAME}}"
-
- #re-write semver after hard reset, before build
- - dotnet-gitversion.exe /updateprojectfiles
#build debug mode first
- task: build_debug