Skip to content

Commit

Permalink
Set a large default version to prevent vsix auto upgrade during devel…
Browse files Browse the repository at this point in the history
…opment
  • Loading branch information
heku committed Aug 17, 2024
1 parent dc9a986 commit cba5e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
- refs/tags/v*.*

variables:
versionPrefix: 1.9
versionPrefix: 999.999
isTag: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}
isHeku: ${{ eq(variables['Build.RequestedFor'], 'Heku') }}
shouldRelease: ${{ and(eq(variables.isHeku, 'True'), eq(variables.isTag, 'True')) }}
Expand Down

0 comments on commit cba5e92

Please sign in to comment.