File tree 2 files changed +3
-4
lines changed
eng/pipelines/performance/templates
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 85
85
- script : |
86
86
echo '{ }' > ./global.json
87
87
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)
91
90
echo dotnet-version: $version
92
91
chmod -R a+rx .
93
92
./dotnet-install.sh --version $version --install-dir .
Original file line number Diff line number Diff line change 26
26
displayName : Build HelloAndroid sample app
27
27
- template : /eng/pipelines/common/upload-artifact-step.yml
28
28
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
30
30
includeRootFolder : true
31
31
displayName : Android Mono Artifacts
32
32
artifactName : AndroidMonoarm64
You can’t perform that action at this time.
0 commit comments