Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Expose beta as a variable that can be configured in ADO when queuing the build.
  • Loading branch information
Kencdk committed Nov 7, 2021
1 parent 2a82eb0 commit 4d14b6b
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 @@ -9,7 +9,7 @@ pool:
variables:
major: 1
minor: 0
beta: true
beta: ${{ variables.beta }}
solution: '**/*.sln'
buildConfiguration: 'Release'

Expand Down

0 comments on commit 4d14b6b

Please sign in to comment.