Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2020-05-05 10:22:33 -04:00
parent 2808d7ef14
commit 93c0c9de2b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ steps:
- bash: echo Current version => $(version)
displayName: 'version'
- bash: <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN)
- bash: <(curl https://codecov.io/bash) -t $CODECOV_TOKEN
displayName: 'codecov'