Fix: builtIn defaults are not used when builtIn is not specified
This commit is contained in:
parent
241175dcc3
commit
d6d103262d
4 changed files with 18 additions and 11 deletions
|
@ -166,6 +166,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
var objDirInfo = new DirectoryInfo(Path.Combine(root, "obj", "Debug", DefaultFramework));
|
||||
objDirInfo.Should().HaveFile("EndToEndTestApp.resource1.resources");
|
||||
objDirInfo.Should().HaveFile("myresource.resources");
|
||||
objDirInfo.Should().HaveFile("EndToEndTestApp.defaultresource.resources");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue