diff --git a/src/Adapter/MSTest.TestAdapter/build/net/MSTest.TestAdapter.targets b/src/Adapter/MSTest.TestAdapter/build/net/MSTest.TestAdapter.targets index 05548ac62e..f3ef87d399 100644 --- a/src/Adapter/MSTest.TestAdapter/build/net/MSTest.TestAdapter.targets +++ b/src/Adapter/MSTest.TestAdapter/build/net/MSTest.TestAdapter.targets @@ -73,18 +73,18 @@ - - %(CurrentUICultureHierarchy.Identity) - + - + + %(CurrentUICultureHierarchy.Identity) + - - $(CurrentUICultureHierarchy)\%(FileName).resources.dll + + + %(MSTestV2Files.UICulture)\%(FileName).dll PreserveNewest %(FullPath) False diff --git a/src/Adapter/MSTest.TestAdapter/build/netfx-netcore-netstandard/MSTest.TestAdapter.targets b/src/Adapter/MSTest.TestAdapter/build/netfx-netcore-netstandard/MSTest.TestAdapter.targets index 106ac5a5da..64fb79bf30 100644 --- a/src/Adapter/MSTest.TestAdapter/build/netfx-netcore-netstandard/MSTest.TestAdapter.targets +++ b/src/Adapter/MSTest.TestAdapter/build/netfx-netcore-netstandard/MSTest.TestAdapter.targets @@ -66,14 +66,20 @@ + + - - %(CurrentUICultureHierarchy.Identity) - + + %(CurrentUICultureHierarchy.Identity) + + - - %(MSTestV2ResourceFiles.CultureString)\%(Filename)%(Extension) + + + + %(MSTestV2Files.UICulture)\%(FileName).dll PreserveNewest + %(FullPath) False diff --git a/src/Adapter/MSTest.TestAdapter/build/uwp/MSTest.TestAdapter.targets b/src/Adapter/MSTest.TestAdapter/build/uwp/MSTest.TestAdapter.targets index d8baf21f26..c33b561416 100644 --- a/src/Adapter/MSTest.TestAdapter/build/uwp/MSTest.TestAdapter.targets +++ b/src/Adapter/MSTest.TestAdapter/build/uwp/MSTest.TestAdapter.targets @@ -29,19 +29,20 @@ - - %(CurrentUICultureHierarchy.Identity) - - + - - + + %(CurrentUICultureHierarchy.Identity) + + + %(CurrentUICultureHierarchy.Identity) + - - $(CurrentUICultureHierarchy)\%(FileName).resources.dll + + + %(MSTestV2Files.UICulture)\%(FileName).dll PreserveNewest %(FullPath) False