diff --git a/scripts/UpdateDependenciesCoreFx.ps1 b/scripts/UpdateDependenciesCoreFx.ps1 index 1256092da2..28db0aa6ec 100644 --- a/scripts/UpdateDependenciesCoreFx.ps1 +++ b/scripts/UpdateDependenciesCoreFx.ps1 @@ -103,7 +103,7 @@ Write-Host "Loading deps from $depsPath" [xml] $dependencies = LoadXml $depsPath $remote = "origin" -$baseBranch = "dev" +$baseBranch = "release/2.1" $currentBranch = Invoke-Block { & git rev-parse --abbrev-ref HEAD } $destinationBranch = "rybrande/UpgradeDepsTest"