Skip to content

Commit 8f90c99

Browse files
committed
Merge branch 'rwheeler-production-cleanup' into release-1.1-pre
2 parents ccaaf6f + bbdbe40 commit 8f90c99

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

IISWithBindings/IISWithBindings.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
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>

IISWithBindings/manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

0 commit comments

Comments
 (0)