Skip to content

Commit ac8bf22

Browse files
authored
[ci] Use xaSourcePath and other parameters in apk clean step (#9386)
The apk-instrumentation template is also used by the monodroid repo, where the xaSourcePath template parameter is set to the custom android source path used there. This path (and other parameters) need to be forwarded to the new clean step that was recently added.
1 parent 22699d7 commit ac8bf22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-tools/automation/yaml-templates/apk-instrumentation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ steps:
4444

4545
- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml
4646
parameters:
47+
configuration: ${{ parameters.buildConfiguration }}
48+
xaSourcePath: ${{ parameters.xaSourcePath }}
4749
project: ${{ parameters.project }}
4850
arguments: -t:Clean -c ${{ parameters.configuration }} --no-restore
4951
displayName: Clean ${{ parameters.testName }}
52+
condition: ${{ parameters.condition }}
5053
continueOnError: false

0 commit comments

Comments
 (0)