[Fixes #3502] Fix: publishOptions: [...] not respected

This commit is contained in:
Ajay Bhargav Baaskaran 2016-07-13 15:09:22 -07:00
parent c748c81a4a
commit dbf7435c3c
4 changed files with 4 additions and 2 deletions

View file

@ -128,6 +128,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
publishCommand.Execute().Should().Pass();
publishCommand.GetOutputDirectory().Should().HaveFile("testpublishfile.txt");
publishCommand.GetOutputDirectory().Should().HaveFile("publishfiles/anotherpublishfile.txt");
}
[Fact]