Skip to content

Commit

Permalink
Disable creating a release (#5932)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Apr 18, 2024
1 parent a116c50 commit 548afd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipeline.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ parameters:
extends:
template: azure-pipelines/extension/pre-release.yml@templates
parameters:
ghCreateRelease: false

l10nSourcePaths: ./src

buildSteps:
Expand Down
2 changes: 2 additions & 0 deletions azure-pipeline.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ parameters:
extends:
template: azure-pipelines/extension/stable.yml@templates
parameters:
ghCreateRelease: false

l10nSourcePaths: ./src

buildSteps:
Expand Down

0 comments on commit 548afd7

Please sign in to comment.