Starting: Confirm Version and Tag
==============================================================================
Task : Python script
Description : Run a Python file or inline script
Version : 0.237.1
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/python-script
==============================================================================
C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe D:\a\1\s\ConfirmVersionAndTag.py
Traceback (most recent call last):
File "D:\a\1\s\ConfirmVersionAndTag.py", line 27, in <module>
raise Exception("Version %s not in format major.minor.patch" % v)
Exception: Version 0.1.52.dev3+g6a806d0 not in format major.minor.patch
##[error]The process 'C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe' failed with exit code 1
Finishing: Confirm Version and Tag
Contact Details
rebecca@bsdio.com
Describe the Bug
CI job "Confirm version and tag" is failing.
Reproduction steps
Tagged the repo.
Expected behavior
CI passes.
Execution Environment
No response
Pip packages
No response
Additional context
No response