diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca39118c1..1eec32b95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'