aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-07 20:10:36 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-07 20:10:36 -0400
commit964e81b81cdb430ecee8f67a68e3c616b3f339aa (patch)
treed9eecfeb9e647f265558422f37dc93de261c5251
parent405dfd778ab4fdcb00e619bdd4baec611536e3aa (diff)
Essentials, and build taskfile updates
-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