From 93c0c9de2b89ee5cf4b6dfeafb753e110e3073b4 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Tue, 5 May 2020 10:22:33 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'