File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,16 +254,16 @@ jobs:
254254 and(
255255 succeeded(),
256256 eq(variables['System.PullRequest.PullRequestId'], ''),
257- startsWith(variables['Build.SourceBranch'], 'refs/heads/develop '),
257+ startsWith(variables['Build.SourceBranch'], 'refs/heads/main '),
258258 eq(variables['UPDATE_DEPENDENTS'], 'false')
259259 )
260260 displayName : Create/Update GitHub release
261261 inputs :
262262 action : edit
263263 gitHubConnection : ' github.com_nano-$(System.TeamProject)'
264264 tagSource : userSpecifiedTag
265- tag : v$(GitBuildVersionSimple )
266- title : ' .NET nanoFramework Unit Test Framework v$(GitBuildVersionSimple )'
265+ tag : v$(NBGV_NuGetPackageVersion )
266+ title : ' .NET nanoFramework Unit Test Framework v$(NBGV_NuGetPackageVersion )'
267267 releaseNotesSource : inline
268268 releaseNotesInline : ' '
269269 assets : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
You can’t perform that action at this time.
0 commit comments