Fixed test
- There should not be a deps file for the full desktop case
This commit is contained in:
parent
4b80ff7490
commit
096715e1a9
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
|||
|
||||
publishCommand.GetOutputDirectory().Should().HaveFile("TestLibraryWithRunner.dll");
|
||||
publishCommand.GetOutputDirectory().Should().HaveFile("TestLibraryWithRunner.pdb");
|
||||
publishCommand.GetOutputDirectory().Should().HaveFile("TestLibraryWithRunner.deps");
|
||||
publishCommand.GetOutputDirectory().Should().NotHaveFile("TestLibraryWithRunner.deps");
|
||||
publishCommand.GetOutputDirectory().Should().HaveFile("TestLibraryWithRunner.dll.config");
|
||||
// dependencies should also be copied
|
||||
publishCommand.GetOutputDirectory().Should().HaveFile("Newtonsoft.Json.dll");
|
||||
|
|
Loading…
Reference in a new issue