Remove csv deps

This commit is contained in:
Pavel Krymets 2016-03-29 10:01:13 -07:00
parent c617ee1d80
commit c8a632bac1
10 changed files with 2 additions and 52 deletions

View file

@ -202,7 +202,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
new DirectoryInfo(outputDir).Should().HaveFiles(
new [] { "MyApp.dll", "MyApp" + buildCommand.GetExecutableExtension(),
"MyApp.runtimeconfig.json", "MyApp.deps", "MyApp.deps.json" });
"MyApp.runtimeconfig.json", "MyApp.deps.json" });
}
private void CopyProjectToTempDir(string projectDir, TempDirectory tempDir)