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
1212# init/reset these
1313$commitMessage = " "
1414$prTitle = " "
15- $newBranchName = " develop-nfbot/update-metadataprocessor "
15+ $newBranchName = " develop-nfbot/update-dependencies/ " + [ guid ]::NewGuid().ToString()
1616$packageTargetVersion = $env: NBGV_NuGetPackageVersion
1717
1818# working directory is agent temp directory
@@ -65,9 +65,6 @@ nuget update -Id nanoFramework.Tools.MetadataProcessor.Core VisualStudio.Extensi
6565
6666" Bumping MetadataProcessor.Core to $packageTargetVersion ." | Write-Host - ForegroundColor Cyan
6767
68- # update branch name
69- $newBranchName += " /$packageTargetVersion "
70-
7168# build commit message
7269$commitMessage += " Bumps MetadataProcessor.Core to $packageTargetVersion .`n "
7370# build PR title
You can’t perform that action at this time.
0 commit comments