mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
887 B
31 lines
887 B
# to create a new package you create a new release/tag
|
|
# in github appveyor will build it without the -cixxx tag
|
|
# it will then be deployable cleanly to nuget.org
|
|
|
|
branches:
|
|
master:
|
|
tag: ci
|
|
mode: ContinuousDeployment
|
|
increment: Minor
|
|
prevent-increment-of-merged-branch-version: false
|
|
track-merge-target: true
|
|
pull-request:
|
|
regex: (pull|pull\-requests|pr)[/-]
|
|
mode: ContinuousDelivery
|
|
tag: PullRequest
|
|
increment: Inherit
|
|
prevent-increment-of-merged-branch-version: false
|
|
tag-number-pattern: '[/-](?<number>\d+)[-/]'
|
|
track-merge-target: false
|
|
tracks-release-branches: false
|
|
is-release-branch: false
|
|
otherbranches:
|
|
regex: '.*'
|
|
mode: ContinuousDeployment
|
|
tag: ci
|
|
increment: Patch
|
|
prevent-increment-of-merged-branch-version: false
|
|
track-merge-target: true
|
|
is-release-branch: false
|
|
ignore:
|
|
sha: []
|