Skip to content

Commit

Permalink
Update .vsts-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Apr 11, 2024
1 parent 687618b commit c8b0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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(variables.BUILD_EXE, 'true'))
condition: or(eq(variables.isMain, 'true'), eq(variables.BUILD_EXE, 'true'))
jobs:
- job: build
displayName: Build
Expand Down

0 comments on commit c8b0e39

Please sign in to comment.