Skip to content

Commit

Permalink
fix version in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed May 15, 2021
1 parent 666f1bf commit a1aad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
- task: Bash@3
inputs:
targetType: 'inline'
script: for f in $(Pipeline.Workspace)/tvdcc-4.0.3*.jar; do echo $f; mv $f $(Pipeline.Workspace)/tvdcc.jar; done
script: for f in $(Pipeline.Workspace)/tvdcc-4.1.3*.jar; do echo $f; mv $f $(Pipeline.Workspace)/tvdcc.jar; done

- task: DownloadPackage@1
inputs:
Expand Down

0 comments on commit a1aad55

Please sign in to comment.