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:
Родитель
e51391a637
Коммит
1a36e8ce83
|
@ -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>
|
||||
|
|
Двоичные данные
example/windows/example/example_TemporaryKey.pfx
Двоичные данные
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,9 +14,9 @@
|
|||
<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>
|
||||
|
@ -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>
|
||||
|
|
Двоичные данные
examplenuget/windows/examplenuget/examplenuget_TemporaryKey.pfx
Двоичные данные
examplenuget/windows/examplenuget/examplenuget_TemporaryKey.pfx
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче