From 81640ff7147b6d79f125f6d0c371cee67e6d9e18 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 22 Jul 2019 15:36:05 +1000 Subject: [PATCH] moving to the bash task for windows support --- .azure-pipelines/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/test.yml b/.azure-pipelines/test.yml index b6a5c58..be1cb9c 100755 --- a/.azure-pipelines/test.yml +++ b/.azure-pipelines/test.yml @@ -30,10 +30,12 @@ steps: reportDirectory: coverage/lcov-report condition: succeededOrFailed() - - script: | - bash <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN) -f coverage/cobertura-coverage.xml + - bash: | + bash <(curl https://codecov.io/bash) -t $(TOKEN) -f coverage/cobertura-coverage.xml displayName: 'codecov' condition: succeededOrFailed() + env: + TOKEN: $(CODECOV_TOKEN) - task: CopyFiles@2 inputs: