Skip to content

Commit

Permalink
Don't remove csi.exe from Microsoft.Net.Compilers package
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinCampbell committed Jul 6, 2017
1 parent ced1015 commit 07e7817
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ Task("SetupMSBuild")
DeleteFile(CombinePaths(folder, "Microsoft.VisualBasic.Core.targets"));
DeleteFile(CombinePaths(folder, "VBCSCompiler.exe"));
DeleteFile(CombinePaths(folder, "VBCSCompiler.exe.config"));
DeleteFile(CombinePaths(folder, "csi.exe"));
DeleteFile(CombinePaths(folder, "csi.exe.config"));
DeleteFile(CombinePaths(folder, "csi.rsp"));
DeleteFile(CombinePaths(folder, "vbc.exe"));
DeleteFile(CombinePaths(folder, "vbc.exe.config"));
DeleteFile(CombinePaths(folder, "vbc.rsp"));
Expand Down

0 comments on commit 07e7817

Please sign in to comment.