fix PublishWithContents test

This commit is contained in:
Bryan Thornbury 2016-09-21 11:37:43 -07:00
parent eaf245fd75
commit dc13951871

View file

@ -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]