@@ -66,7 +66,7 @@ stages:
66
66
buildConfiguration : $(XA.Build.Configuration)
67
67
configuration : Debug
68
68
testName : Mono.Android.NET_Tests-Debug
69
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
69
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
70
70
testResultsFiles : TestResult-Mono.Android.NET_Tests-Debug.xml
71
71
artifactSource : bin/TestDebug/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.apk
72
72
artifactFolder : $(DotNetTargetFramework)-Debug
@@ -75,7 +75,7 @@ stages:
75
75
parameters :
76
76
configuration : $(XA.Build.Configuration)
77
77
testName : Mono.Android.NET_Tests-$(XA.Build.Configuration)
78
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
78
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
79
79
testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration).xml
80
80
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
81
81
artifactFolder : $(DotNetTargetFramework)-$(XA.Build.Configuration)
@@ -84,7 +84,7 @@ stages:
84
84
parameters :
85
85
configuration : $(XA.Build.Configuration)
86
86
testName : Mono.Android.NET_Tests-NoAab
87
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
87
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
88
88
testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)NoAab.xml
89
89
extraBuildArgs : -p:TestsFlavor=NoAab -p:AndroidPackageFormat=apk
90
90
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.apk
@@ -94,7 +94,7 @@ stages:
94
94
parameters :
95
95
configuration : $(XA.Build.Configuration)
96
96
testName : Mono.Android.NET_Tests-Interpreter
97
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
97
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
98
98
testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)Interpreter.xml
99
99
extraBuildArgs : -p:TestsFlavor=Interpreter -p:UseInterpreter=True
100
100
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
@@ -172,7 +172,7 @@ stages:
172
172
parameters :
173
173
configuration : $(XA.Build.Configuration)
174
174
testName : Mono.Android.NET_Tests-NoAot
175
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
175
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
176
176
testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)NoAot.xml
177
177
extraBuildArgs : -p:TestsFlavor=NoAot -p:RunAOTCompilation=false
178
178
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
@@ -182,7 +182,7 @@ stages:
182
182
parameters :
183
183
configuration : $(XA.Build.Configuration)
184
184
testName : Mono.Android.NET_Tests-TrimModePartial
185
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
185
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
186
186
testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)TrimModePartial.xml
187
187
extraBuildArgs : -p:TestsFlavor=TrimModePartial -p:TrimMode=partial
188
188
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
@@ -192,7 +192,7 @@ stages:
192
192
parameters :
193
193
configuration : $(XA.Build.Configuration)
194
194
testName : Mono.Android.NET_Tests-AotLlvm
195
- project : tests/Mono.Android-Tests/Runtime-Microsoft .Android.Sdk /Mono.Android.NET-Tests.csproj
195
+ project : tests/Mono.Android-Tests/Mono .Android-Tests /Mono.Android.NET-Tests.csproj
196
196
testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)AotLlvm.xml
197
197
extraBuildArgs : -p:TestsFlavor=AotLlvm -p:EnableLLVM=true -p:AndroidEnableProfiledAot=false
198
198
artifactSource : bin/Test$(XA.Build.Configuration)/$(DotNetTargetFramework)-android/Mono.Android.NET_Tests-Signed.aab
0 commit comments