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