File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
build-tools/automation/yaml-templates Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,16 @@ stages:
198
198
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
199
199
artifactFolder : $(DotNetTargetFramework)-AotLlvm
200
200
201
+ - template : /build-tools/automation/yaml-templates/apk-instrumentation.yaml
202
+ parameters :
203
+ configuration : $(XA.Build.Configuration)
204
+ testName : Mono.Android.NET_Tests-NativeAOT
205
+ project : tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj
206
+ testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)NativeAOT.xml
207
+ extraBuildArgs : -p:TestsFlavor=NativeAOT -p:PublishAot=true
208
+ artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
209
+ artifactFolder : $(DotNetTargetFramework)-NativeAOT
210
+
201
211
- template : /build-tools/automation/yaml-templates/apk-instrumentation.yaml
202
212
parameters :
203
213
configuration : $(XA.Build.Configuration)
You can’t perform that action at this time.
0 commit comments