Add support for 'additionalArguments' in compilationOptions
Rather than keep a map that will have to be constantly updated every time a new argument gets added to a compiler, the 'additionalArguments' option will allow users to directly add arguments to the underlying compiler.
This commit is contained in:
parent
44ac20a4ce
commit
6ba581fc17
8 changed files with 125 additions and 18 deletions
|
@ -2,4 +2,5 @@ E2E
|
|||
StreamForwarderTests
|
||||
dotnet-publish.Tests
|
||||
dotnet-compile.Tests
|
||||
dotnet-build.Tests
|
||||
dotnet-build.Tests
|
||||
Compiler.Common.Tests
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue