Skip to content

Commit 0a22ba3

Browse files
committed
Work CI-CD
- Add missing branch name.
1 parent 86b05d6 commit 0a22ba3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
parameters:
8888
nugetPackageName: 'nanoFramework.System.Net.Http.Server'
8989

90-
- template: azure-pipelines-templates/class-lib-publish.yml@templates
90+
- template: azure-pipelines-templates/class-lib-publish.yml@templates
91+
parameters:
92+
baseBranchName: 'develop'
9193

9294
# create GitHub release build from main branch
9395
- task: GithubRelease@1

0 commit comments

Comments
 (0)