From e1d506e961caceb3bbe8e71e7090a3bb39ab8cae Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 20 Feb 2019 14:42:02 -0800 Subject: [PATCH] Fix codesign-xplat.yml to use the right API for setting custom build steps --- .azure/pipelines/jobs/codesign-xplat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/jobs/codesign-xplat.yml b/.azure/pipelines/jobs/codesign-xplat.yml index 1e629c6d38..b2a683d63e 100644 --- a/.azure/pipelines/jobs/codesign-xplat.yml +++ b/.azure/pipelines/jobs/codesign-xplat.yml @@ -14,7 +14,7 @@ jobs: agentOs: Windows installNodeJs: false installJdk: false - buildSteps: + steps: - task: DownloadBuildArtifacts@0 displayName: Download ${{ parameters.inputName }} artifacts inputs: