We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a9158 commit e37e4b8Copy full SHA for e37e4b8
azure-pipelines.yml
@@ -76,7 +76,7 @@ jobs:
76
runUnitTests: ${{ ne(variables['processPrLabels.SKIP_UNIT_TESTS'], 'true') }}
77
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
78
skipNuGetCache: true
79
- buildComponentsUsePreview: true
+ usePreviewBuild: true
80
81
# rebuild CoreLibrary project to get the assembly checksum
82
- task: MSBuild@1
@@ -119,7 +119,9 @@ jobs:
119
parameters:
120
nugetPackageName: 'nanoFramework.CoreLibrary.NoReflection'
121
122
- - template: azure-pipelines-templates/class-lib-publish.yml@templates
+ - template: azure-pipelines-templates/class-lib-publish.yml@templates
123
+ parameters:
124
+ baseBranchName: 'develop'
125
126
# create or update GitHub release ON tags
127
- task: GithubRelease@1
0 commit comments