Skip to content

Commit 632aa14

Browse files
Remove pfx cert from LottieSamples
1 parent 1683828 commit 632aa14

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

samples/LottieSamples/LottieSamples.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
2020
<AppxBundle>Always</AppxBundle>
2121
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
22-
<PackageCertificateKeyFile>LottieSamples_TemporaryKey.pfx</PackageCertificateKeyFile>
22+
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2525
<DebugSymbols>true</DebugSymbols>
@@ -161,7 +161,6 @@
161161
<Content Include="Assets\LottieLogo1.json">
162162
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
163163
</Content>
164-
<None Include="LottieSamples_TemporaryKey.pfx" />
165164
</ItemGroup>
166165
<ItemGroup>
167166
<Content Include="Assets\BadgeLogo.scale-100.png" />
-2.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)