Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit af44208

Browse files
committed
Copy annotations dll to output
1 parent 2d47340 commit af44208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ var buildSpec = new BuildSpec {
134134
new OutputFileCopy { FromFile = "./support-media-compat/source/bin/Release/Xamarin.Android.Support.Media.Compat.dll" },
135135
new OutputFileCopy { FromFile = "./transition/source/bin/Release/Xamarin.Android.Support.Transition.dll" },
136136
new OutputFileCopy { FromFile = "./exifinterface/source/bin/Release/Xamarin.Android.Support.Exif.dll" },
137+
138+
new OutputFileCopy { FromFile = "./support-annotations/source/bin/Release/Xamarin.Android.Support.Annotations.dll" },
137139
}
138140
}
139141
},

0 commit comments

Comments
 (0)