Skip to content

Commit

Permalink
Update promoted build variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Dec 14, 2022
1 parent ce1bdb3 commit c8164fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- '*'

parameters:
- name: Endjin.ForceDeploy
- name: Endjin.ForcePublish
type: boolean
default: false
displayName: When checked, a new release will be created and NuGet packages published; otherwise only 'master' branch changes will be published
Expand All @@ -25,6 +25,10 @@ resources:
name: endjin/Endjin.RecommendedPractices.AzureDevopsPipelines.GitHub
endpoint: marain-github

variables:
Endjin.ForcePublish: ${{ parameters.Endjin.ForcePublish }}
Endjin.InternalPublish: ${{ parameters.Endjin.InternalPublish }}

jobs:
- template: templates/build.and.release.scripted.yml@recommended_practices
parameters:
Expand Down

0 comments on commit c8164fd

Please sign in to comment.