Skip to content

Commit

Permalink
fix vsts
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Apr 11, 2024
1 parent 6a38b86 commit d64302a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stages:

- stage: Build
dependsOn: []
condition: or(eq(variables.isTagged, 'true'), eq($(BUILD_EXE), 'true'))
condition: or(eq(variables.isTagged, 'true'), eq(variables.BUILD_EXE, 'true'))
jobs:
- job: build
displayName: Build
Expand Down Expand Up @@ -104,7 +104,7 @@ stages:

- stage: Build_NSIS
dependsOn: Build
condition: or(eq(variables.isTagged, 'true'), eq($(BUILD_EXE), 'true'))
condition: or(eq(variables.isTagged, 'true'), eq(variables.BUILD_EXE, 'true'))
jobs:
- job: NSIS_Build
pool:
Expand Down

0 comments on commit d64302a

Please sign in to comment.