Remove csv deps
This commit is contained in:
parent
c617ee1d80
commit
c8a632bac1
10 changed files with 2 additions and 52 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue