Skip to content

Commit

Permalink
Update to git version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Mar 5, 2024
1 parent 26c6b89 commit 9e550c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
continuous-delivery-fallback-tag: ''
next-version: 12.5.0
next-version: 15.0.1
branches:
main:
mode: ContinuousDeployment
tag: ''
increment: Patch
regex: ^master$|^main$
is-release-branch: true
is-mainline: true
preview:
mode: ContinuousDeployment
tag: Preview
regex: ^((?!(master)|(feature)|(pull)).)
is-release-branch: false
Expand Down
10 changes: 9 additions & 1 deletion configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,15 @@
"$type": "ExportUsersForMappingConfig",
"Enabled": true,
"WIQLQuery": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan','Shared Steps','Shared Parameter','Feedback Request') ORDER BY [System.ChangedDate] desc",
"IdentityFieldsToCheck": [ "System.AssignedTo" ]
"LocalExportJsonFile": "c:\\temp\\userExport.json",
"IdentityFieldsToCheck": [
"System.AssignedTo",
"System.ChangedBy",
"System.CreatedBy",
"Microsoft.VSTS.Common.ActivatedBy",
"Microsoft.VSTS.Common.ResolvedBy",
"Microsoft.VSTS.Common.ClosedBy"
]
}
],
"Version": "15.0",
Expand Down

0 comments on commit 9e550c7

Please sign in to comment.