Skip to content

Commit fa49464

Browse files
authored
Update the folder used for the runtime HelloAndroid app and update the perfBDN app dotnet-install.sh version retrieval. (#112720)
1 parent b098f24 commit fa49464

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

eng/pipelines/performance/templates/build-perf-bdn-app.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ steps:
8585
- script: |
8686
echo '{ }' > ./global.json
8787
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/${{parameters.framework}}/NuGet.config'
88-
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
89-
curl -Lo performance-version-details.xml 'https://raw.githubusercontent.com/dotnet/performance/${{parameters.perfBranch}}/eng/Version.Details.xml'
90-
version=$(sed -nr 's/[[:space:]]*<Dependency Name="Microsoft.NET.Sdk" Version="(.*)"[[:space:]].*/\1/p' ./performance-version-details.xml)
88+
curl -o dotnet-install.sh 'https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh'
89+
version=$(sed -nr 's/[[:space:]]*<Dependency Name="Microsoft.NET.Sdk" Version="([^"]*)"[[:space:]]?.*/\1/p' ./performance/eng/Version.Details.xml)
9190
echo dotnet-version: $version
9291
chmod -R a+rx .
9392
./dotnet-install.sh --version $version --install-dir .

eng/pipelines/performance/templates/build-perf-sample-apps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
displayName: Build HelloAndroid sample app
2727
- template: /eng/pipelines/common/upload-artifact-step.yml
2828
parameters:
29-
rootFolder: $(Build.SourcesDirectory)/artifacts/bin/AndroidSampleApp/arm64/Release/android-arm64/publish/apk/bin/HelloAndroid.apk
29+
rootFolder: $(Build.SourcesDirectory)/artifacts/bin/AndroidSampleApp/arm64/Release/android-arm64/Bundle/bin/HelloAndroid.apk
3030
includeRootFolder: true
3131
displayName: Android Mono Artifacts
3232
artifactName: AndroidMonoarm64

0 commit comments

Comments
 (0)