Skip to content

Commit dc4dca6

Browse files
committed
temp: add binlogs
1 parent 39efc99 commit dc4dca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.ToolPack.Tests/GivenThatWeWantToPackAToolProjectWithPackagedShim.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void It_uses_customized_PackagedShimOutputRootDirectory(bool multiTarget,
157157

158158
var packCommand = new PackCommand(Log, helloWorldAsset.TestRoot);
159159

160-
packCommand.Execute().Should().Pass();
160+
packCommand.Execute("-bl:{}").Should().Pass();
161161

162162
string windowShimPath = Path.Combine(shimoutputPath, $"shims/{targetFramework}/win-x64/{_customToolCommandName}.exe");
163163
File.Exists(windowShimPath).Should().BeTrue($"Shim {windowShimPath} should exist");

0 commit comments

Comments
 (0)