Skip to content

Commit e37e4b8

Browse files
committed
Work CI-CD
- Fix parameter name. - Add branch to publish nugets from. ***NO_CI***
1 parent f9a9158 commit e37e4b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
runUnitTests: ${{ ne(variables['processPrLabels.SKIP_UNIT_TESTS'], 'true') }}
7777
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
7878
skipNuGetCache: true
79-
buildComponentsUsePreview: true
79+
usePreviewBuild: true
8080

8181
# rebuild CoreLibrary project to get the assembly checksum
8282
- task: MSBuild@1
@@ -119,7 +119,9 @@ jobs:
119119
parameters:
120120
nugetPackageName: 'nanoFramework.CoreLibrary.NoReflection'
121121

122-
- template: azure-pipelines-templates/class-lib-publish.yml@templates
122+
- template: azure-pipelines-templates/class-lib-publish.yml@templates
123+
parameters:
124+
baseBranchName: 'develop'
123125

124126
# create or update GitHub release ON tags
125127
- task: GithubRelease@1

0 commit comments

Comments
 (0)