mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Update publish-job.yml for Azure Pipelines
This commit is contained in:
parent
389b510a9e
commit
9152dd8422
1 changed files with 10 additions and 7 deletions
|
@ -2,6 +2,8 @@
|
||||||
variables:
|
variables:
|
||||||
- template: templates/variables.yml
|
- template: templates/variables.yml
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- stage: build_angular
|
||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
pool:
|
pool:
|
||||||
|
@ -9,6 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- template: templates/build-steps.yml
|
- template: templates/build-steps.yml
|
||||||
|
|
||||||
|
- stage: publish
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'Win10x64'
|
name: 'Win10x64'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue