Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 74acc40

Browse files
committed
Add msbuild satellite assemblies
1 parent 1661fd0 commit 74acc40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tool_msbuild/tool_msbuild.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NETCore.App" Version="$(CLI_SharedFrameworkVersion)" />
1313
<PackageReference Include="Microsoft.Build.Runtime" Version="$(CLI_MSBuild_Version)" />
14+
<PackageReference Include="Microsoft.Build.Localization" Version="$(CLI_MSBuild_Version)" />
1415
</ItemGroup>
1516
</Project>

test/dotnet-build.Tests/GivenDotnetBuildBuildsCsproj.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ 0 Warning(s)
143143
.WithWorkingDirectory(testInstance.Root)
144144
.ExecuteWithCapturedOutput();
145145
cmd.Should().Pass();
146-
cmd.StdOut.Should().ContainVisuallySameFragment(expectedBuildSummary);
146+
cmd.StdOut.Should().ContainVisuallySameFragmentIfNotLocalized(expectedBuildSummary);
147147
}
148148
}
149149
}

0 commit comments

Comments
 (0)