I had created auto deployment steps using TFS vNext build system.
In one step I needs to access $(Date:yyyyMMdd) for some file versioning stuff.
Below you can find configuration and error snippet:
So any idea how to access date related variables as argument in PowerShell script step ?


$(Date:yyyyMMdd)? You could use$(Get-Date -f yyyyMMdd).