Skip to content

Commit

Permalink
We need to deploy the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Jan 29, 2021
1 parent 3f917a0 commit 4655169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AutoPBW/AutoPBW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ItemGroup>
<None Remove="7z.dll" />
<None Remove="7z64.dll" />
<None Remove="AutoPBW.config.default.json" />
</ItemGroup>
<ItemGroup>
<Content Include="7z.dll">
Expand All @@ -24,6 +25,9 @@
<Content Include="7z64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="AutoPBW.config.default.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down

0 comments on commit 4655169

Please sign in to comment.