variables : - name: one value: initialValue steps: - script: | echo ${{ variables.one }} # outputs initialValue echo $(one) displayName: ...
確定! 回上一頁