Skip to content
Merged
Prev Previous commit
Next Next commit
Reset performance-setup.ps1 file to use main perf branch.
  • Loading branch information
LoopedBard3 committed Nov 1, 2021
commit 1fea2b6aef686aef5e3f2a52f813472222b35fe9
2 changes: 1 addition & 1 deletion eng/testing/performance/performance-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if ($RunFromPerformanceRepo) {
robocopy $SourceDirectory $PerformanceDirectory /E /XD $PayloadDirectory $SourceDirectory\artifacts $SourceDirectory\.git
}
else {
git clone --branch MauiiOSPerf --depth 1 --quiet https://github.com/LoopedBard3/performance/ $PerformanceDirectory
git clone --branch main --depth 1 --quiet https://github.com/dotnet/performance/ $PerformanceDirectory
}

if($MonoDotnet -ne "")
Expand Down