mac-samples/UseMSBuildToCopyFilesToBund...
Craig a6577adcdf sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00
..
Screenshots MSBuild Copy to Bundle. 2015-12-04 11:33:57 -06:00
UseMSBuildToCopyFilesToBundleExample Set HttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 13:22:24 -06:00
Metadata.xml MSBuild Copy to Bundle. 2015-12-04 11:33:57 -06:00
Readme.md sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00
UseMSBuildToCopyFilesToBundleExample.sln MSBuild Copy to Bundle. 2015-12-04 11:33:57 -06:00

Readme.md

name description page_type languages products urlFragment
Xamarin.Mac - UseMSBuildToCopyFilesToBundleExample This sample shows you how to extend your build with msbuild to copy arbitrary files into your bundle. This is better the custom commands in your... sample
csharp
xamarin
usemsbuildtocopyfilestobundleexample

UseMSBuildToCopyFilesToBundleExample

This sample shows you how to extend your build with msbuild to copy arbitrary files into your bundle.

This is better the custom commands in your projects settings, as they will fire even when building via xbuild. They also fire before code signing, so they may invalidate your signature and require resigning.

You will need to edit your csproj in a text editor and add a line similar to:

<Import Project="CustomBuildActions.targets" />

for the logic to apply during your build.