Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Sep 19, 2021
1 parent 9c81b70 commit 6cd4405
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/Kapture/DalamudPackager.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project>
<Target Name="Package" AfterTargets="Cleanup" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="4"
MakeZip="true"/>
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Kapture/Kapture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Configurations>Debug;Release</Configurations>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 6cd4405

Please sign in to comment.