aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakePresets.json21
-rw-r--r--GitVersion.yml6
-rw-r--r--Module.Taskfile.yaml4
3 files changed, 10 insertions, 21 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 1c8038d..63ccfec 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -51,27 +51,6 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
- },
- {
- "name": "x86-debug",
- "displayName": "x86 Debug",
- "inherits": "windows-base",
- "architecture": {
- "value": "x86",
- "strategy": "external"
- },
- "cacheVariables": {
- "CMAKE_BUILD_TYPE": "Debug",
- "NC_BUILD_TESTS": true
- }
- },
- {
- "name": "x86-release",
- "displayName": "x86 Release",
- "inherits": "x86-debug",
- "cacheVariables": {
- "CMAKE_BUILD_TYPE": "Release"
- }
}
]
}
diff --git a/GitVersion.yml b/GitVersion.yml
new file mode 100644
index 0000000..ebdfba1
--- /dev/null
+++ b/GitVersion.yml
@@ -0,0 +1,6 @@
+assembly-versioning-scheme: MajorMinorPatch
+mode: ContinuousDeployment
+branches: {}
+ignore:
+ sha: []
+merge-message-formats: {}
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: