Fixed pipeline

pull/3742/head
tidusjar 4 years ago
parent 5a506ef8d8
commit de64f462cf

@ -1,7 +1,6 @@
variables:
- template: templates/variables.yml
- isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/feature/v4')]
stages:
- stage: build

@ -4,7 +4,7 @@ variables:
- name: "vmImage"
value: "ubuntu-latest"
- name: "Solution"
value: "**/*.sln"
@ -24,4 +24,7 @@ variables:
value: "$(Build.SourcesDirectory)/src/Ombi/ClientApp/"
- name: "BuildVersion"
value: "4.0.$(Build.BuildId)"
value: "4.0.$(Build.BuildId)"
- name: isMain
value: $[eq(variables['Build.SourceBranch'], 'refs/heads/feature/v4')]
Loading…
Cancel
Save