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
|
||||
installNodeJs: false
|
||||
installJdk: false
|
||||
buildSteps:
|
||||
steps:
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: Download ${{ parameters.inputName }} artifacts
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue