File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
src/Amazon.Extensions.Configuration.SystemsManager Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 2929 <None Include =" ../../icon.png" Pack =" true" PackagePath =" " />
3030 </ItemGroup >
3131
32- <Choose >
33- <When Condition =" '$(AWSKeyFile)' == '' " >
34- <PropertyGroup >
35- <SignAssembly >true</SignAssembly >
36- <AssemblyOriginatorKeyFile >..\..\public.snk</AssemblyOriginatorKeyFile >
37- </PropertyGroup >
38- </When >
39- <Otherwise >
40- <PropertyGroup >
41- <SignAssembly >true</SignAssembly >
42- <AssemblyOriginatorKeyFile >$(AWSKeyFile)</AssemblyOriginatorKeyFile >
43- </PropertyGroup >
44- </Otherwise >
45- </Choose >
32+ <PropertyGroup >
33+ <SignAssembly >true</SignAssembly >
34+ <AssemblyOriginatorKeyFile >..\..\public.snk</AssemblyOriginatorKeyFile >
35+ </PropertyGroup >
4636
4737 <ItemGroup >
4838 <PackageReference Include =" AWSSDK.AppConfigData" Version =" 3.7.0.23" />
You can’t perform that action at this time.
0 commit comments