Generate_Conceptual_Help: When the task is used it is breaking release #21
Labels
bug
The issue is a bug.
high priority
The issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.
Details of the scenario you tried and the problem that is occurring
When
gitversion
is not installed the variableModuleVersion
is set to'0.0.1'
which breaks tasks depending on getting the correct module version from the module manifest.Steps to reproduce the problem
Run task
publish
on a computer without havinggitversion
installed.Expected behavior
Should not break release of other modules
Current behavior
Breaks release of other modules.
Suggested solution to the issue
Set this to
''
and add a functionGet-ModuleVersion
like the tasks in Sampler to correctly evaluate the version in the module manifest if it does not exist.DscResource.DocGenerator/source/tasks/Generate_Conceptual_Help.build.ps1
Line 94 in a3ac582
The operating system the target node is running
Any
Version and build of PowerShell the target node is running
6.2
Version of the module that was used
Latest
The text was updated successfully, but these errors were encountered: