mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -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:
|
||||
- template: templates/variables.yml
|
||||
|
||||
stages:
|
||||
- stage: build_angular
|
||||
jobs:
|
||||
- job: Build
|
||||
pool:
|
||||
|
@ -9,6 +11,7 @@ jobs:
|
|||
steps:
|
||||
- template: templates/build-steps.yml
|
||||
|
||||
- stage: publish
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Win10x64'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue