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 76
76
runUnitTests : ${{ ne(variables['processPrLabels.SKIP_UNIT_TESTS'], 'true') }}
77
77
unitTestRunsettings : ' $(System.DefaultWorkingDirectory)\.runsettings'
78
78
skipNuGetCache : true
79
- buildComponentsUsePreview : true
79
+ usePreviewBuild : true
80
80
81
81
# rebuild CoreLibrary project to get the assembly checksum
82
82
- task : MSBuild@1
@@ -119,7 +119,9 @@ jobs:
119
119
parameters :
120
120
nugetPackageName : ' nanoFramework.CoreLibrary.NoReflection'
121
121
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'
123
125
124
126
# create or update GitHub release ON tags
125
127
- task : GithubRelease@1
You can’t perform that action at this time.
0 commit comments