File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments