Skip to content

Commit

Permalink
chore: update .snk file for strong naming
Browse files Browse the repository at this point in the history
  • Loading branch information
96malhar committed Nov 18, 2023
1 parent c9e179f commit ae4b47b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildtools/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackCommand>dotnet pack --no-build -c $(Configuration) -o $(MSBuildThisFileDirectory)/../Deployment/nuget-packages</PackCommand>
<PackWithConfigurationCommand>dotnet pack --no-build -o $(MSBuildThisFileDirectory)/../Deployment/nuget-packages</PackWithConfigurationCommand>
<SignAssembly Condition=" '$(SignAssembly)' == '' ">true</SignAssembly>
<AssemblyOriginatorKeyFile Condition=" '$(AssemblyOriginatorKeyFile)' == '' ">$(MSBuildThisFileDirectory)local-development.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile Condition=" '$(AssemblyOriginatorKeyFile)' == '' ">$(MSBuildThisFileDirectory)public.snk</AssemblyOriginatorKeyFile>
<BlueprintPackagerArguments Condition="'$(UpdateBlueprintPackageVersions)'=='true'">--updateVersions</BlueprintPackagerArguments>
<Cicd Condition="'$(Cicd)' == ''">false</Cicd>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion buildtools/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<AssemblyOriginatorKeyFile Condition=" '$(AssemblyOriginatorKeyFile)' == '' ">$(MSBuildThisFileDirectory)local-development.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile Condition=" '$(AssemblyOriginatorKeyFile)' == '' ">$(MSBuildThisFileDirectory)public.snk</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>

<Authors>Amazon Web Services</Authors>
Expand Down
Binary file removed buildtools/local-development.snk
Binary file not shown.
Binary file added buildtools/public.snk
Binary file not shown.

0 comments on commit ae4b47b

Please sign in to comment.