Refresh packaging test certs for examples (#270)

PR/CI are failing because the test certs expired for the example and
examplenuget packages. This PR refreshes then to unblock things.

This is just a temporary fix, technically we shouldn't have these files
checked-in at all. See #269
This commit is contained in:
Jon Thysell 2024-02-02 13:22:05 -08:00 коммит произвёл GitHub
Родитель e51391a637
Коммит 1a36e8ce83
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 15 добавлений и 14 удалений

Просмотреть файл

@ -8,14 +8,14 @@
<Identity
Name="ReactNativeXaml-Example"
Publisher="CN=Alexander Sklar"
Publisher="CN=RNX Test Cert"
Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="213fd27c-0a78-4f1e-a44b-317eb3d4f89d" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Properties>
<DisplayName>example</DisplayName>
<PublisherDisplayName>asklar</PublisherDisplayName>
<PublisherDisplayName>RNX Test Cert</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Просмотреть файл

@ -15,8 +15,7 @@
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<PackageCertificateKeyFile>example_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>1186AA7FAEBFC52FD1266A30874E87DAF3561449</PackageCertificateThumbprint>
<PackageCertificatePassword>password</PackageCertificatePassword>
<PackageCertificateThumbprint>75F170D34994859553AF5C50C18A9AECDD312B27</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Label="ReactNativeWindowsProps">
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
@ -63,7 +62,8 @@
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings"></ImportGroup>
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
@ -177,4 +177,4 @@
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.props')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.props'))" />
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.targets'))" />
</Target>
</Project>
</Project>

Двоичные данные
example/windows/example/example_TemporaryKey.pfx

Двоичный файл не отображается.

Просмотреть файл

@ -8,14 +8,14 @@
<Identity
Name="a3316e87-7937-4682-b772-8d94601eb134"
Publisher="CN=asklar"
Publisher="CN=RNX Test Cert"
Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="a3316e87-7937-4682-b772-8d94601eb134" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Properties>
<DisplayName>examplenuget</DisplayName>
<PublisherDisplayName>asklar</PublisherDisplayName>
<PublisherDisplayName>RNX Test Cert</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Просмотреть файл

@ -14,13 +14,13 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<PackageCertificateKeyFile>examplenuget_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificatePassword>password</PackageCertificatePassword>
<ReactNativeWindowsAllowNugetNpmMismatch>true</ReactNativeWindowsAllowNugetNpmMismatch>
<PackageCertificateKeyFile>examplenuget_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>CA08428B1920E77BE093E559694FE56031D6E5E9</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Label="ReactNativeWindowsProps">
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
<UseExperimentalNuget>true</UseExperimentalNuget>
<UseExperimentalNuget>true</UseExperimentalNuget>
</PropertyGroup>
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@ -64,7 +64,8 @@
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings"></ImportGroup>
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
@ -151,7 +152,7 @@
</Midl>
</ItemGroup>
<ItemGroup>
<None Include="examplenuget_TemporaryKey.pfx" />
<None Include="examplenuget_TemporaryKey.pfx" />
<None Include="packages.config" />
<None Include="PropertySheet.props" />
<Text Include="readme.txt">
@ -174,4 +175,4 @@
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.props')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.props'))" />
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.targets'))" />
</Target>
</Project>
</Project>

Двоичный файл не отображается.