|
|
@ -9,37 +9,37 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- template: templates/build-steps.yml
|
|
|
|
- template: templates/build-steps.yml
|
|
|
|
|
|
|
|
|
|
|
|
- template: publish-os-steps.yml
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
name: 'Win10-x64'
|
|
|
|
name: 'Win10-x64'
|
|
|
|
Runtime: win10-x64
|
|
|
|
Runtime: win10-x64
|
|
|
|
OutputName: win-64
|
|
|
|
OutputName: win-64
|
|
|
|
|
|
|
|
|
|
|
|
- template: publish-os-steps.yml
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
name: 'Win10-x86'
|
|
|
|
name: 'Win10-x86'
|
|
|
|
Runtime: win10-x86
|
|
|
|
Runtime: win10-x86
|
|
|
|
OutputName: win-86
|
|
|
|
OutputName: win-86
|
|
|
|
|
|
|
|
|
|
|
|
- template: publish-os-steps.yml
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
name: 'OSX-x64'
|
|
|
|
name: 'OSX-x64'
|
|
|
|
Runtime: osx-x64
|
|
|
|
Runtime: osx-x64
|
|
|
|
OutputName: osx-64
|
|
|
|
OutputName: osx-64
|
|
|
|
|
|
|
|
|
|
|
|
- template: publish-os-steps.yml
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
name: 'Linux-x64'
|
|
|
|
name: 'Linux-x64'
|
|
|
|
Runtime: linux-x64
|
|
|
|
Runtime: linux-x64
|
|
|
|
OutputName: linux-64
|
|
|
|
OutputName: linux-64
|
|
|
|
|
|
|
|
|
|
|
|
- template: publish-os-steps.yml
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
name: 'Linux-ARM'
|
|
|
|
name: 'Linux-ARM'
|
|
|
|
Runtime: linux-arm
|
|
|
|
Runtime: linux-arm
|
|
|
|
OutputName: linux-arm
|
|
|
|
OutputName: linux-arm
|
|
|
|
|
|
|
|
|
|
|
|
- template: publish-os-steps.yml
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
name: 'Linux-ARM-x64'
|
|
|
|
name: 'Linux-ARM-x64'
|
|
|
|
Runtime: linux-arm64
|
|
|
|
Runtime: linux-arm64
|
|
|
|