Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Build YML Params for Generating GitHub Release Notes #19

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
# you would like to use the option parameters just uncomment
# 'parameters:' and then the parameters you would like to use

#parameters:
parameters:
githubRepo: 'DNN.Wiki'
#githubOrganization: 'DNNCommunity' # Sets the fork organization or person. This is useful for testing releases on forks. This should be left blank, the default is 'DNNCommunity'
#releaseBranch: 'refs/heads/master' # Sets the release branch, most Core Modules use 'refs/head/master' which is the default. If you want to specify a different release branch use this parameter.
#version: "5.0.1.$[counter('versioncounter', 0)]" # Sets the current build version that includes a revision counter. Default: '1.0.0.0'
#configuration: 'Release' # The build configuration. Default: 'Release'
#platform: 'Any CPU' # The build platform. Default: 'Any CPU'
Expand Down