From 5548e983da59d8a0671242ac2fd487eb0e2e7c4b Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sun, 21 Oct 2018 20:57:17 +0100 Subject: [PATCH] fix powershell --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a19c556555..14f54bf79b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,6 @@ jobs: steps: - task: PowerShell@2 inputs: - targetType: filePath: build.ps1 arguments: -target "Azure-Linux" -configuration "Release" - task: PublishBuildArtifacts@1