File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
eng/pipelines/performance/templates Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments