[PERF][MAUI] Update Podcast app repo (#66843)
authorParker Bibus <parkerbibus@microsoft.com>
Mon, 21 Mar 2022 16:02:33 +0000 (11:02 -0500)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 16:02:33 +0000 (09:02 -0700)
* Update the repo and branch we get dotnet-podcasts from.

eng/pipelines/coreclr/templates/build-perf-maui-apps.yml

index eca5a6c..c1c2034 100644 (file)
@@ -145,7 +145,7 @@ steps:
   - script: |
       set -x
       pwd
-      git clone https://github.com/naricc/dotnet-podcasts.git
+      git clone https://github.com/microsoft/dotnet-podcasts.git -b maui/perf --single-branch
       cd dotnet-podcasts
       cp $(Build.SourcesDirectory)/src/tests/Common/maui/MauiScenario.props ./Directory.Build.props
       cp $(Build.SourcesDirectory)/src/tests/Common/maui/MauiScenario.targets ./Directory.Build.targets