We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f750c commit 1087d13Copy full SHA for 1087d13
build-tools/automation/yaml-templates/run-systemapp-tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
solution: tests/Mono.Android-Tests/Mono.Android-Tests.csproj
27
configuration: $(XA.Build.Configuration)
28
msbuildArguments: >-
29
- /t:AcquireAndroidTarget /p:TestEmulatorArguments=-system-writeable /bl:$(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/start-emulator.binlog
+ /t:AcquireAndroidTarget /p:TestEmulatorArguments=-writable-system /bl:$(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/start-emulator.binlog
30
31
- template: run-nunit-tests.yaml
32
parameters:
0 commit comments