Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorParker Bibus <parkerbibus@microsoft.com>2022-03-21 19:02:33 +0300
committerGitHub <noreply@github.com>2022-03-21 19:02:33 +0300
commita1f26fbc29e645eda585fd3a4093311101521855 (patch)
treecd3f5ea3262e70fe2161a56f30bce41384f3bb44 /eng
parentbaffb7107f4f2b11e7ff40859b2c3f4782ada791 (diff)
[PERF][MAUI] Update Podcast app repo (#66843)
* Update the repo and branch we get dotnet-podcasts from.
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/coreclr/templates/build-perf-maui-apps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml b/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
index eca5a6ccb8d..c1c20346d78 100644
--- a/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
+++ b/eng/pipelines/coreclr/templates/build-perf-maui-apps.yml
@@ -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