File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,16 +254,16 @@ jobs:
254
254
and(
255
255
succeeded(),
256
256
eq(variables['System.PullRequest.PullRequestId'], ''),
257
- startsWith(variables['Build.SourceBranch'], 'refs/heads/develop '),
257
+ startsWith(variables['Build.SourceBranch'], 'refs/heads/main '),
258
258
eq(variables['UPDATE_DEPENDENTS'], 'false')
259
259
)
260
260
displayName : Create/Update GitHub release
261
261
inputs :
262
262
action : edit
263
263
gitHubConnection : ' github.com_nano-$(System.TeamProject)'
264
264
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 )'
267
267
releaseNotesSource : inline
268
268
releaseNotesInline : ' '
269
269
assets : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
You can’t perform that action at this time.
0 commit comments