Quantcast
Channel: MSBuildExtensionPack Discussions Rss Feed
Viewing all articles
Browse latest Browse all 468

New Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed unexpectedly.

$
0
0

You can use the GetFrameworkPath task to get the framework path so that you don't have to hard code it.

<GetFrameworkPath>
	<Output TaskParameter="FrameworkVersion40Path" PropertyName="FrameworkPath" />
</GetFrameworkPath>

<MSBuild.ExtensionPack.Framework.ILMerge InputAssemblies="@(Input)" TargetPlatformVersion="v4" TargetPlatformdirectory="$(FrameworkPath)" />

Viewing all articles
Browse latest Browse all 468

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>