From ad46fce2b98ef0db88f3336099732a63638234cf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 11 Jun 2019 13:35:40 +0200 Subject: [PATCH] fix path --- tellstick/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tellstick/azure-pipelines.yml b/tellstick/azure-pipelines.yml index 422302e..322e136 100644 --- a/tellstick/azure-pipelines.yml +++ b/tellstick/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'tellstick' arch: '--all'