Skip to content

Commit

Permalink
Rebase with main (#2693)
Browse files Browse the repository at this point in the history
* eng | Add Delay sign to ref csprojs (#2684)

* [Scheduled Run] Localized resource files from OneLocBuild

* [Scheduled Run] Localized resource files from OneLocBuild

---------

Co-authored-by: Javad Rahnama <[email protected]>
Co-authored-by: SqlClient DevOps <[email protected]>
  • Loading branch information
3 people committed Jul 22, 2024
1 parent 5c0ce12 commit 69b8e61
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
<TargetGroup Condition="'$([MSBuild]::GetTargetFrameworkIdentifier($(TargetFramework)))'=='.NETCoreApp'">netcoreapp</TargetGroup>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<!--Generating Strong Name-->
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<KeyFile>$(SigningKeyPath)</KeyFile>
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="$(CDP_BUILD_TYPE)!=Official">
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="Microsoft.Data.SqlClient.cs" />
<Compile Include="Microsoft.Data.SqlClient.Manual.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@
<RootNamespace />
</PropertyGroup>
<!--Generating Strong Name-->
<PropertyGroup Condition="$(SigningKeyPath) != ''">
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<KeyFile>$(SigningKeyPath)</KeyFile>
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="$(CDP_BUILD_TYPE)!=Official">
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<DocumentationFile>$(OutputPath)\Microsoft.Data.SqlClient.xml</DocumentationFile>
<Product>Framework $(BaseProduct)</Product>
<Configurations>Debug;Release;</Configurations>
</PropertyGroup>
<!--Generating Strong Name-->
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<KeyFile>$(SigningKeyPath)</KeyFile>
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="$(CDP_BUILD_TYPE)!=Official">
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Microsoft.Data.SqlClient.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@
<DefineConstants>$(DefineConstants);NETFRAMEWORK;</DefineConstants>
</PropertyGroup>
<!--Generating Strong Name-->
<PropertyGroup Condition="$(SigningKeyPath) != ''">
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<KeyFile>$(SigningKeyPath)</KeyFile>
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="$(CDP_BUILD_TYPE)!=Official">
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
</PropertyGroup>
<!-- Override debugtype=portable in Directory.Build.props for netfx -->
<PropertyGroup>
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>Das Zertifikat ist während der Überprüfung des Zertifikats nicht verfügbar.</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>Das vom Server bereitgestellte Zertifikat stimmt nicht mit dem Zertifikat überein, das über die ServerCertificate-Option bereitgestellt wurde.</value>
</data>
</root>
2 changes: 1 addition & 1 deletion src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>El certificado no está disponible al validar el certificado.</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>El certificado proporcionado por el servidor no coincide con el certificado proporcionado por la opción ServerCertificate.</value>
</data>
</root>
2 changes: 1 addition & 1 deletion src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>Certificat non disponible lors de sa validation.</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>Le certificat fourni par le serveur ne correspond pas au certificat fourni par l’option ServerCertificate.</value>
</data>
</root>
2 changes: 1 addition & 1 deletion src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>인증서의 유효성을 검사하는 동안에는 인증서를 사용할 수 없습니다.</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>서버에서 제공하는 인증서가 ServerCertificate 옵션에서 제공하는 인증서와 일치하지 않습니다.</value>
</data>
</root>
2 changes: 1 addition & 1 deletion src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>Сертификат недоступен при проверке сертификата.</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>Сертификат, предоставленный сервером, не совпадает с сертификатом, указанным в параметре ServerCertificate.</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>验证证书时证书不可用。</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>服务器提供的证书与 ServerCertificate 选项提供的证书不匹配。</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -4738,6 +4738,6 @@
<value>驗證在進行憑證驗證時無法使用。</value>
</data>
<data name="SQL_RemoteCertificateDoesNotMatchServerCertificate" xml:space="preserve">
<value>The certificate provided by the server does not match the certificate provided by the ServerCertificate option.</value>
<value>伺服器提供的憑證不符合 ServerCertificate 選項所提供的憑證。</value>
</data>
</root>

0 comments on commit 69b8e61

Please sign in to comment.