We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Time task is not consistent with the output Culture between FormattedTime (InvariantCulture) and the other parameters (CurrentCulture).
<Time Format="D"> <Output TaskParameter="FormattedTime" PropertyName="CustomDate" /> <Output TaskParameter="LongDate" PropertyName="LongDate" /> </Time> <Message Text="$(CustomDate)" /> <Message Text="$(LongDate)" />
The output is :
Wednesday, 20 September 2017 mercredi 20 septembre 2017
These 2 outputs should be equals. If possible, a new input parameter could define the expected Culture?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Time task is not consistent with the output Culture between FormattedTime (InvariantCulture) and the other parameters (CurrentCulture).
The output is :
These 2 outputs should be equals.
If possible, a new input parameter could define the expected Culture?
The text was updated successfully, but these errors were encountered: