From 53c5e10f7fb57f2458a465aca8b81ec20aebfaa3 Mon Sep 17 00:00:00 2001 From: Shishir Bhat Date: Wed, 5 Jan 2022 15:28:36 -0800 Subject: [PATCH] Fix sdk yml: Syntax --- azure-pipelines/build/linux/du/native/dosdkcpp-ubuntu1804.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/build/linux/du/native/dosdkcpp-ubuntu1804.yml b/azure-pipelines/build/linux/du/native/dosdkcpp-ubuntu1804.yml index 56116c72..2e27e628 100644 --- a/azure-pipelines/build/linux/du/native/dosdkcpp-ubuntu1804.yml +++ b/azure-pipelines/build/linux/du/native/dosdkcpp-ubuntu1804.yml @@ -45,7 +45,7 @@ pool: jobs: - job: Debug steps: - - template:../templates/dosdkcpp-native-steps.yml + - template: ../templates/dosdkcpp-native-steps.yml parameters: targetOsArch: 'ubuntu1804_x64' config: debug