Skip to content

Commit fcb169e

Browse files
committed
Work CD-CI
- Change branch name to match other templates and benefit from nfbot automation. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent c652ecf commit fcb169e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines/update-dependencies.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)