From dfc03e7f2c38c553791d63f62efa1c965922c1cb Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 7 Jun 2017 16:37:04 -0700 Subject: [PATCH] Build localized satellite assemblies --- build/DependencyVersions.props | 1 + build/GenerateResxSource.targets | 12 ++++++++---- build/Signing.proj | 4 +++- .../Microsoft.DotNet.Cli.Sln.Internal.csproj | 1 + .../Microsoft.DotNet.Cli.Utils.csproj | 1 + .../Microsoft.DotNet.Configurer.csproj | 1 + src/dotnet/dotnet.csproj | 1 + 7 files changed, 16 insertions(+), 5 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index a78a19083..5a5185457 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -22,6 +22,7 @@ 1.2.1-alpha-002133 0.2.0 1.0.0-preview-000249 + 0.2.0-beta-000042 timestamped diff --git a/build/GenerateResxSource.targets b/build/GenerateResxSource.targets index 8323e9305..b25582ee2 100644 --- a/build/GenerateResxSource.targets +++ b/build/GenerateResxSource.targets @@ -15,12 +15,16 @@ - - %(EmbeddedResource.Namespace).%(EmbeddedResource.Filename) + + %(EmbeddedResource.Namespace).%(EmbeddedResource.Filename) + + %(XlfSource.Namespace).%(XlfSource.Filename) + %(XlfSource.Namespace).%(XlfSource.Filename) + @@ -35,7 +39,7 @@ - + $(IntermediateOutputPath)%(EmbeddedResourceSG.ManifestResourceName).cs diff --git a/build/Signing.proj b/build/Signing.proj index b896366db..c6708d614 100644 --- a/build/Signing.proj +++ b/build/Signing.proj @@ -39,13 +39,15 @@ + $(OutputDirectory)/sdk/**/vstest.console.dll; + $(OutputDirectory)/sdk/**/vstest.console.resources.dll"> $(InternalCertificateId) diff --git a/src/Microsoft.DotNet.Cli.Sln.Internal/Microsoft.DotNet.Cli.Sln.Internal.csproj b/src/Microsoft.DotNet.Cli.Sln.Internal/Microsoft.DotNet.Cli.Sln.Internal.csproj index fab4bb6bf..2b23027fd 100644 --- a/src/Microsoft.DotNet.Cli.Sln.Internal/Microsoft.DotNet.Cli.Sln.Internal.csproj +++ b/src/Microsoft.DotNet.Cli.Sln.Internal/Microsoft.DotNet.Cli.Sln.Internal.csproj @@ -24,5 +24,6 @@ + diff --git a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj index b29251ca9..ed1056755 100644 --- a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj +++ b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj @@ -25,6 +25,7 @@ + diff --git a/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj b/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj index 92026b83f..25a33c6f8 100644 --- a/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj +++ b/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj @@ -19,6 +19,7 @@ + diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj index 67f099dd9..beda018da 100644 --- a/src/dotnet/dotnet.csproj +++ b/src/dotnet/dotnet.csproj @@ -67,6 +67,7 @@ +