Jelajahi Sumber

Rename target name to not conflict

Nick Babcock 6 tahun lalu
induk
melakukan
5647ce52f0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -43,7 +43,7 @@
     <Reference Include="System.Configuration" />
   </ItemGroup>
 
-  <Target Name="Pack" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
+  <Target Name="PackExecutable" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
     <Zip Files="$(OutputPath)OhmGraphite.exe;$(OutputPath)OhmGraphite.exe.config;$(OutputPath)NLog.config" WorkingDirectory="$(OutputPath)" ZipFileName="$(BaseOutputPath)OhmGraphite-$(Major).$(Minor).$(Revision).zip" />
   </Target>
 </Project>