Browse Source

Rename target name to not conflict

Nick Babcock 6 năm trước cách đây
mục cha
commit
5647ce52f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>