Skip to content

Commit 4d2ac4a

Browse files
jonathanpeppersjonpryor
authored andcommitted
[build] include *log files from the Test$(Configuration) directory (#3863)
Context: https://build.azdo.io/3197067 We noticed we were missing `.binlog` files produced by the **APK Instrumentation - macOS** > [**run {{testName}}**][0] step. In 936459c, I accidentally broke this. We need to include any `*log` files in the top `TestRelease` directory, not just the ones inside `TestRelease/temp`. [0]: https://github.com/xamarin/xamarin-android/blob/7c7177f7563d43e2a533768c054bf5663ba131c1/build-tools/automation/yaml-templates/apk-instrumentation.yaml#L18
1 parent 0a152e6 commit 4d2ac4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/Xamarin.Android.Tools.BootstrapTasks/result-packaging.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<_TestResultFiles Include="$(XamarinAndroidSourcePath)bin\Test$(Configuration)\TestResult-*.xml" />
2626
<_TestResultFiles Include="$(XamarinAndroidSourcePath)bin\Test$(Configuration)\compatibility\*" />
2727
<_TestResultFiles Include="$(XamarinAndroidSourcePath)bin\Test$(Configuration)\logcat*" />
28+
<_TestResultFiles Include="$(XamarinAndroidSourcePath)bin\Test$(Configuration)\*log" />
2829
<_TestResultFiles Include="$(XamarinAndroidSourcePath)bin\Test$(Configuration)\temp\**\*">
2930
<SubDirectory>temp\</SubDirectory>
3031
</_TestResultFiles>

0 commit comments

Comments
 (0)