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:
Andy Gocke 2016-01-31 01:25:01 -08:00
parent 44ac20a4ce
commit 6ba581fc17
8 changed files with 125 additions and 18 deletions

View file

@ -2,4 +2,5 @@ E2E
StreamForwarderTests
dotnet-publish.Tests
dotnet-compile.Tests
dotnet-build.Tests
dotnet-build.Tests
Compiler.Common.Tests

1 E2E
2 StreamForwarderTests
3 dotnet-publish.Tests
4 dotnet-compile.Tests
5 dotnet-build.Tests
6 Compiler.Common.Tests