fsc, always pass --nocopyfsharpcore to disable copy of FSharp.Core to output directory
This commit is contained in:
parent
c39678d3cb
commit
ac05fde9bd
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Fsc
|
|||
allArgs.Add("--noframework");
|
||||
allArgs.Add("--nologo");
|
||||
allArgs.Add("--simpleresolution");
|
||||
allArgs.Add("--nocopyfsharpcore");
|
||||
|
||||
// project.json compilationOptions
|
||||
if (commonOptions.Defines != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue