cs_tools tools git branches deploy getting an error #183
Unanswered
RandyHoffpauir
asked this question in
General
Replies: 1 comment
-
Thanks @RandyHoffpauir ! I'll add the missing privilege and silence the pydantic warning in the next release. Nothing looks like it's failing here though which is good. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.\cs_tools.exe tools git branches deploy --branch-name releases/myreleasebranch --deploy-type DELTA --deploy-policy ALL_OR_NONE
Here is a snippet of the log file:
##[error]C:\Users\VssAdministrator\AppData\Roaming\cs_tools.cs_tools\Lib\site-packages\pydantic\main.py:390: UserWarning: Pydantic serializer warnings:
Expected
datetime
but gotstr
with value'2024-10-29T18:42:50.683070Z'
- serialized value may not be as expectedreturn self.pydantic_serializer.to_python(
Beta Was this translation helpful? Give feedback.
All reactions