Explorar el Código

debug builds also produce plugin manifests for dev testing

Lilith Song hace 2 años
padre
commit
ec174587e6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      HuntBuddy/DalamudPackager.targets

+ 2 - 2
HuntBuddy/DalamudPackager.targets

@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project>
-    <Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
+    <Target Name="PackagePlugin" AfterTargets="Build">
         <DalamudPackager
                 ProjectDir="$(ProjectDir)"
                 OutputPath="$(OutputPath)"
                 AssemblyName="$(AssemblyName)"
                 MakeZip="true"/>
     </Target>
-</Project>
+</Project>