mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
wip
This commit is contained in:
parent
38c24fb9bd
commit
213420658e
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
|
||||
variables:
|
||||
- template: templates/variables.yml
|
||||
|
||||
jobs:
|
||||
- job: Build
|
||||
pool:
|
||||
vmImage: ${{ variables.vmImage }}
|
||||
steps:
|
||||
- template: build-steps.yml
|
||||
|
||||
- template: publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Win10-x64'
|
Loading…
Add table
Add a link
Reference in a new issue