You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having issue with string variable with value of date in RFC3339 format. Replace Token modify this string from RFC3339 to computer date time format. The final replacement has been modified to wrong format.
Example:
The source Azure DevOps variable:
Replace task with modified values
Reading variables directly from dev ops by pipeline:
I need to replace string as is written in devops variable into target without any modification (1 to 1).
The text was updated successfully, but these errors were encountered:
Hello folks,
Having issue with string variable with value of date in RFC3339 format. Replace Token modify this string from RFC3339 to computer date time format. The final replacement has been modified to wrong format.
Example:
The source Azure DevOps variable:
Replace task with modified values
Reading variables directly from dev ops by pipeline:
I need to replace string as is written in devops variable into target without any modification (1 to 1).
The text was updated successfully, but these errors were encountered: