File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Start-Sleep -Seconds 60
12
12
# init/reset these
13
13
$commitMessage = " "
14
14
$prTitle = " "
15
- $newBranchName = " develop-nfbot/update-metadataprocessor "
15
+ $newBranchName = " develop-nfbot/update-dependencies/ " + [ guid ]::NewGuid().ToString()
16
16
$packageTargetVersion = $env: NBGV_NuGetPackageVersion
17
17
18
18
# working directory is agent temp directory
@@ -65,9 +65,6 @@ nuget update -Id nanoFramework.Tools.MetadataProcessor.Core VisualStudio.Extensi
65
65
66
66
" Bumping MetadataProcessor.Core to $packageTargetVersion ." | Write-Host - ForegroundColor Cyan
67
67
68
- # update branch name
69
- $newBranchName += " /$packageTargetVersion "
70
-
71
68
# build commit message
72
69
$commitMessage += " Bumps MetadataProcessor.Core to $packageTargetVersion .`n "
73
70
# build PR title
You can’t perform that action at this time.
0 commit comments