Skip to content

Commit

Permalink
[ci] Use xaSourcePath and other parameters in apk clean step (#9386)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins authored Oct 10, 2024
1 parent 22699d7 commit ac8bf22
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ steps:

- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml
parameters:
configuration: ${{ parameters.buildConfiguration }}
xaSourcePath: ${{ parameters.xaSourcePath }}
project: ${{ parameters.project }}
arguments: -t:Clean -c ${{ parameters.configuration }} --no-restore
displayName: Clean ${{ parameters.testName }}
condition: ${{ parameters.condition }}
continueOnError: false

0 comments on commit ac8bf22

Please sign in to comment.