Fix codesign-xplat.yml to use the right API for setting custom build steps
This commit is contained in:
parent
001b6ea08a
commit
e1d506e961
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
agentOs: Windows
|
agentOs: Windows
|
||||||
installNodeJs: false
|
installNodeJs: false
|
||||||
installJdk: false
|
installJdk: false
|
||||||
buildSteps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
displayName: Download ${{ parameters.inputName }} artifacts
|
displayName: Download ${{ parameters.inputName }} artifacts
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue