From 9f297ec1580d09c40923f504bfe036e898413fdc Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sun, 21 Oct 2018 20:50:50 +0100 Subject: [PATCH] fix powershell --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17d1ed18a9..a2b0f7eff0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,8 +21,8 @@ jobs: steps: - task: PowerShell@2 inputs: - filePath: build.ps1 - arguments: --target "Azure-Linux" --configuration "Release" + targetType: inline + script: build.ps1 --target "Azure-Linux" --configuration "Release" - task: PublishBuildArtifacts@1 inputs: pathToPublish: artifacts/ \ No newline at end of file