fix PublishWithContents test
This commit is contained in:
parent
eaf245fd75
commit
dc13951871
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
|||
var publishCommand = new PublishCommand(testProject);
|
||||
|
||||
publishCommand.Execute().Should().Pass();
|
||||
publishCommand.GetOutputDirectory().Should().HaveFile("testcontentfile.txt");
|
||||
publishCommand.GetOutputDirectory(portable: True).Should().HaveFile("testcontentfile.txt");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Reference in a new issue