|
|
|
@ -12,37 +12,38 @@ stages:
|
|
|
|
|
- template: templates/build-steps.yml
|
|
|
|
|
|
|
|
|
|
- stage: publish
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
jobs:
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
parameters:
|
|
|
|
|
name: 'Win10x64'
|
|
|
|
|
Runtime: win10-x64
|
|
|
|
|
OutputName: win-64
|
|
|
|
|
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
parameters:
|
|
|
|
|
name: 'Win10x86'
|
|
|
|
|
Runtime: win10-x86
|
|
|
|
|
OutputName: win-86
|
|
|
|
|
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
parameters:
|
|
|
|
|
name: 'OSXx64'
|
|
|
|
|
Runtime: osx-x64
|
|
|
|
|
OutputName: osx-64
|
|
|
|
|
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
parameters:
|
|
|
|
|
name: 'Linuxx64'
|
|
|
|
|
Runtime: linux-x64
|
|
|
|
|
OutputName: linux-64
|
|
|
|
|
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
parameters:
|
|
|
|
|
name: 'LinuxARM'
|
|
|
|
|
Runtime: linux-arm
|
|
|
|
|
OutputName: linux-arm
|
|
|
|
|
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
- template: templates/publish-os-steps.yml
|
|
|
|
|
parameters:
|
|
|
|
|
name: 'LinuxARMx64'
|
|
|
|
|
Runtime: linux-arm64
|
|
|
|
|