Skip to content

Commit

Permalink
Users/thboop/port signing changes (#189)
Browse files Browse the repository at this point in the history
* test release

* Remove Unused Public Keys from Runner Service
  • Loading branch information
thboop authored Nov 8, 2019
1 parent 2247f2e commit ccfe42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file removed src/Runner.Service/Windows/FinalPublicKey.snk
Binary file not shown.
6 changes: 2 additions & 4 deletions src/Runner.Service/Windows/RunnerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RunnerService</RootNamespace>
<AssemblyName>RunnerService</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>FinalPublicKey.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<SignAssembly>false</SignAssembly>
<DelaySign>false</DelaySign>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down Expand Up @@ -64,7 +63,6 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="FinalPublicKey.snk" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resource.resx">
Expand Down

0 comments on commit ccfe42e

Please sign in to comment.