Skip to content

Commit

Permalink
ab#61881
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Fine committed Oct 30, 2024
1 parent 81617b9 commit 5e6a00d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<None Remove="config.tt" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Keyfactor.Common" Version="2.3.6" />
<PackageReference Include="Keyfactor.Logging" Version="1.1.1" />
Expand All @@ -21,6 +17,9 @@
<None Update="manifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/CitrixAdcTestConsole.dll
Binary file not shown.
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/CitrixAdcTestConsole.exe
Binary file not shown.
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/CitrixAdcTestConsole.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions CitrixAdcTestConsole/bin/Debug/net6.0/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"AutoSaveConfig": "N"
}

0 comments on commit 5e6a00d

Please sign in to comment.