mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Fixed pipeline
This commit is contained in:
parent
5a506ef8d8
commit
de64f462cf
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- template: templates/variables.yml
|
- template: templates/variables.yml
|
||||||
- isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/feature/v4')]
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: build
|
- stage: build
|
||||||
|
|
|
@ -4,7 +4,7 @@ variables:
|
||||||
|
|
||||||
- name: "vmImage"
|
- name: "vmImage"
|
||||||
value: "ubuntu-latest"
|
value: "ubuntu-latest"
|
||||||
|
|
||||||
- name: "Solution"
|
- name: "Solution"
|
||||||
value: "**/*.sln"
|
value: "**/*.sln"
|
||||||
|
|
||||||
|
@ -24,4 +24,7 @@ variables:
|
||||||
value: "$(Build.SourcesDirectory)/src/Ombi/ClientApp/"
|
value: "$(Build.SourcesDirectory)/src/Ombi/ClientApp/"
|
||||||
|
|
||||||
- name: "BuildVersion"
|
- name: "BuildVersion"
|
||||||
value: "4.0.$(Build.BuildId)"
|
value: "4.0.$(Build.BuildId)"
|
||||||
|
|
||||||
|
- name: isMain
|
||||||
|
value: $[eq(variables['Build.SourceBranch'], 'refs/heads/feature/v4')]
|
Loading…
Add table
Add a link
Reference in a new issue