Skip to content

Commit

Permalink
make nightly release always generate suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jan 8, 2024
1 parent a1e0c4f commit e7ba68b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines-release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ pool:
variables:

- name: PackageSuffix
${{ if ne(variables['Build.SourceBranchName'], 'dev') }}:
value: 'ci.$(Build.BuildNumber)' # the "ci" section is to denote this payload is automatically released by the CI
${{ else }}:
value: ''

steps:

# Configure all the .NET SDK versions we need
Expand Down

0 comments on commit e7ba68b

Please sign in to comment.