File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <PackageReference Include =" Keyfactor.Logging" Version =" 1.1.1" />
1616 <PackageReference Include =" Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version =" 0.6.0" />
17- <PackageReference Include =" Keyfactor.Orchestrators.IOrchestratorRegistrationUpdater" Version =" 1.0.3" />
18- <PackageReference Include =" Keyfactor.Orchestrators.ISslJobExtension" Version =" 1.0.3" />
19- <PackageReference Include =" Keyfactor.Platform.IOrchestratorRegistrationHandler" Version =" 2.0.0" />
20- <PackageReference Include =" Microsoft.Web.Administration" Version =" 11.1.0" />
2117 <PackageReference Include =" System.Management.Automation" Version =" 7.0.5" />
2218 </ItemGroup >
2319
20+ <ItemGroup >
21+ <None Update =" manifest.json" >
22+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
23+ </None >
24+ </ItemGroup >
25+
2426</Project >
Original file line number Diff line number Diff line change 1+ {
2+ "extensions" : {
3+ "Keyfactor.Orchestrators.Extensions.IOrchestratorJobExtension" : {
4+ "CertStores.IISBindings.Inventory" : {
5+ "assemblypath" : " IISWithBindings.dll" ,
6+ "TypeFullName" : " Keyfactor.Extensions.Orchestrator.IISWithBinding.Jobs.Inventory"
7+ },
8+ "CertStores.IISBindings.Management" : {
9+ "assemblypath" : " IISWithBindings.dll" ,
10+ "TypeFullName" : " Keyfactor.Extensions.Orchestrator.IISWithBinding.Jobs.Management"
11+ }
12+ }
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments