Skip to content

Commit 1bd4f5f

Browse files
committed
Fix after rebase
1 parent 748be63 commit 1bd4f5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-tools/xaprepare/xaprepare/Steps/Step_CopyExtraResultFilesForCI.cs

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ void CopyExtraBuildFiles (string destinationRoot, Context context)
6969
filesToCopyPreserveRelative.AddRange (Directory.GetFiles (javaInteropBuildConfigDir, "*.props"));
7070
}
7171

72-
filesToCopyPreserveRelative.AddRange (Directory.GetFiles (Path.Combine (BuildPaths.XamarinAndroidSourceRoot, "src", "native", "mono", "pinvoke-override"), "*.include.*"));
73-
7472
var buildConfigDir = Path.Combine (BuildPaths.XamarinAndroidSourceRoot, "bin", $"Build{context.Configuration}");
7573
if (Directory.Exists (buildConfigDir)) {
7674
foreach (var fileMatch in buildConfigFiles) {

0 commit comments

Comments
 (0)