Make GenerateMPack target more resilient.
This commit is contained in:
parent
a0f4101453
commit
7ec0e9fb23
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue