-
Prerequisites
GitVersion packageGitVersion.MsBuild GitVersion version6.5.1 Operating systemWindows What are you seeing?
What is expected?A successful build, I guess. (message says to report the issue, so I am :-)) Steps to ReproduceGitVersion.yml with: mode: ManualDeployment RepositoryFixture TestNo response Output log or link to your CI build (if appropriate). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @f-rich, If you specify a workflow with an empty string, it means you are not using any workflow template and are creating your own workflow from scratch. In that case, you need to provide all mandatory fields for it to work properly. For backward-compatibility reasons, this property currently defaults to See the documentation for more details: https://gitversion.net/docs/reference/configuration |
Beta Was this translation helpful? Give feedback.
Hi @f-rich,
If you specify a workflow with an empty string, it means you are not using any workflow template and are creating your own workflow from scratch. In that case, you need to provide all mandatory fields for it to work properly.
For backward-compatibility reasons, this property currently defaults to
GitFlow/v1. In the next major release, the workflow property will become mandatory.See the documentation for more details: https://gitversion.net/docs/reference/configuration