Skip to content

Commit

Permalink
push pending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VnUgE committed Jun 19, 2024
1 parent 461dd71 commit 9016604
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
21 changes: 0 additions & 21 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}
6 changes: 6 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
branches: {}
ignore:
sha: []
merge-message-formats: {}
4 changes: 4 additions & 0 deletions Module.Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9016604

Please sign in to comment.