Fixed pipeline

This commit is contained in:
tidusjar 2020-08-29 22:16:47 +01:00
commit de64f462cf
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -25,3 +25,6 @@ variables:
- 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')]