Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions .gitversion.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# $schema: https://gitversion.net/schemas/7.0/GitVersion.configuration.json
workflow: GitFlow/v1
mode: ManualDeployment
next-version: 7.0.0
branches:
main:
label: alpha
support:
label: beta
calculation:
workflow: GitFlow/v1
mode: ManualDeployment
next-version: 7.0.0
branches:
main:
label: alpha
support:
label: beta
output: {}
1 change: 1 addition & 0 deletions build/build/Tasks/Clean.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ public override void Run(BuildContext context)
context.CleanDirectory(Paths.Native);
context.CleanDirectory(Paths.Packages);
context.CleanDirectory(Paths.Artifacts);
context.CleanDirectory(Paths.Tools);
}
}
Loading
Loading