Make GenerateMPack target more resilient.

This commit is contained in:
N. Taylor Mullen 2017-12-05 11:59:42 -08:00
parent a0f4101453
commit 7ec0e9fb23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
</PropertyGroup>
<MakeDir Directories="$(MPackSourcesDir)" Condition="!Exists('$(MPackSourcesDir)')" />
<Delete Files="$(MPackOutputPath)" Condition="Exists('$(MPackOutputPath)')" />
<!-- We need to resolve the language service assemblies to generate an addin.info for the mpack -->
<XmlPeek XmlInputPath="$(MPackManifest)" Query="/ExtensionModel/Runtime/Import/@assembly">