From dbbcb410c2392ab61b211bae94786ddeb41a97aa Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Fri, 31 Jan 2020 13:50:26 -0800 Subject: [PATCH] Fix paths. --- azure-pipelines/linux_coverage.yaml | 2 +- azure-pipelines/win-coverage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/linux_coverage.yaml b/azure-pipelines/linux_coverage.yaml index 5bf2fefb..24942436 100644 --- a/azure-pipelines/linux_coverage.yaml +++ b/azure-pipelines/linux_coverage.yaml @@ -9,4 +9,4 @@ jobs: demands: java vmImage: "ubuntu-16.04" steps: - - template: "azure-pipelines/templates/coverage.yml" \ No newline at end of file + - template: "templates/coverage.yml" \ No newline at end of file diff --git a/azure-pipelines/win-coverage.yaml b/azure-pipelines/win-coverage.yaml index 4c39d9bf..d3794515 100644 --- a/azure-pipelines/win-coverage.yaml +++ b/azure-pipelines/win-coverage.yaml @@ -9,4 +9,4 @@ jobs: demands: java vmImage: "vs2017-win2016" steps: - - template: "azure-pipelines/templates/coverage.yml" + - template: "templates/coverage.yml"