Skip to content

Commit

Permalink
Update the folder used for the runtime HelloAndroid app and update th…
Browse files Browse the repository at this point in the history
…e perfBDN app dotnet-install.sh version retrieval. (dotnet#112720)
  • Loading branch information
LoopedBard3 authored Feb 20, 2025
1 parent b098f24 commit fa49464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions eng/pipelines/performance/templates/build-perf-bdn-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ steps:
- script: |
echo '{ }' > ./global.json
curl -o NuGet.config 'https://raw.githubusercontent.com/dotnet/maui/${{parameters.framework}}/NuGet.config'
curl -o dotnet-install.sh 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
curl -Lo performance-version-details.xml 'https://raw.githubusercontent.com/dotnet/performance/${{parameters.perfBranch}}/eng/Version.Details.xml'
version=$(sed -nr 's/[[:space:]]*<Dependency Name="Microsoft.NET.Sdk" Version="(.*)"[[:space:]].*/\1/p' ./performance-version-details.xml)
curl -o dotnet-install.sh 'https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh'
version=$(sed -nr 's/[[:space:]]*<Dependency Name="Microsoft.NET.Sdk" Version="([^"]*)"[[:space:]]?.*/\1/p' ./performance/eng/Version.Details.xml)
echo dotnet-version: $version
chmod -R a+rx .
./dotnet-install.sh --version $version --install-dir .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
displayName: Build HelloAndroid sample app
- template: /eng/pipelines/common/upload-artifact-step.yml
parameters:
rootFolder: $(Build.SourcesDirectory)/artifacts/bin/AndroidSampleApp/arm64/Release/android-arm64/publish/apk/bin/HelloAndroid.apk
rootFolder: $(Build.SourcesDirectory)/artifacts/bin/AndroidSampleApp/arm64/Release/android-arm64/Bundle/bin/HelloAndroid.apk
includeRootFolder: true
displayName: Android Mono Artifacts
artifactName: AndroidMonoarm64
Expand Down

0 comments on commit fa49464

Please sign in to comment.