Commit Graph

6 Commits

Author SHA1 Message Date
Javier Calvarro Nelson 700c2203c6 [Fixes #66] Adds linking support to the build
* Switch the tasks used to generate the blazor output to be MSBuild based.
* Package the optimized mono runtime and the BCL inside a nuget package.
* Add opt-in support for linking the application on build.
* Make the whole build process incremental.
2018-03-14 11:23:43 +00:00
Ryan Nowak 2a2a045863 Ignore msbuild binary log files 2018-03-14 11:23:40 +00:00
Steve Sanderson 973f02b2a6 Configure output path for "dotnet pack" 2018-02-26 15:20:23 +00:00
Ryan Nowak 043e623d5b Split Razor extensibility into its own assembly
This functionality will need to cross-compile to desktop framework
(net461) so that we can use it in VS. VS doesn't yet have netstandard2.0
support.
2018-02-14 14:08:14 -08:00
Ryan Nowak 51f10e1921 Add (empty) VSIX and language services projects 2018-02-13 15:36:44 -08:00
Steve Sanderson b2937984a0 Simple E2E test for static site 2017-12-05 16:38:47 +00:00