浏览代码

Rename target name to not conflict

Nick Babcock 6 年之前
父节点
当前提交
5647ce52f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>