Skip to content

Commit

Permalink
fix date placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan West committed Jan 27, 2020
1 parent ac8ee2c commit ba6d1bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ steps:
echo "##vso[task.setvariable variable=build.my_tag]$MY_TAG"
displayName: "Create tag variable"

- bash: |
DATE="$(date +%Y-%m-%d)"
echo "##vso[task.setvariable variable=build.date]$DATE"
displayName: "Create date variable"

- task: CopyFiles@2
displayName: Copy assets
inputs:
Expand Down

0 comments on commit ba6d1bf

Please sign in to comment.