Fixed bootstrapping on osx/linux
- This won’t fully work since we need to download a precanned build from somewhere.
This commit is contained in:
parent
3495781233
commit
d5d3fd086c
7 changed files with 24 additions and 29 deletions
|
@ -156,7 +156,6 @@ namespace Microsoft.DotNet.Tools.Compiler
|
|||
// Default suppressions
|
||||
"-nowarn:CS1701",
|
||||
"-nowarn:CS1702",
|
||||
"-nowarn:CS1705",
|
||||
"-nostdlib",
|
||||
"-nologo",
|
||||
$"-out:\"{outputName}\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue