From 5ba4f8f01e88a8191b1c1ff8363175e0159bda68 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Thu, 26 Nov 2020 11:42:06 +0100 Subject: [PATCH] another syntax fix --- build/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index df7f5939dd..f3ca7556e0 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -70,13 +70,13 @@ jobs: - task: Npm@1 displayName: 'npm install' inputs: - workingDir: *\src\Umbraco.Web.UI.Client + workingDir: src\Umbraco.Web.UI.Client verbose: false - task: gulp@0 displayName: 'gulp build' inputs: - gulpFile: 'src\Umbraco.Web.UI.Client\gulpfile.js' + gulpFile: src\Umbraco.Web.UI.Client\gulpfile.js targets: build workingDirectory: src\Umbraco.Web.UI.Client publishJUnitResults: true