Skip to content

Commit

Permalink
Added build ILStrip to README
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercoad committed Dec 22, 2017
1 parent 6624bd4 commit c52d19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you want to extend Blazor itself, the setup is a bit more involved.
#### Instructions

* Clone this repo
* In a command prompt at the root of the repo, run `dotnet restore Blazor.Core.sln`
* In a command prompt at the root of the repo, run `dotnet build src\BuildUtils\ILStrip\ILStrip.sln & dotnet restore Blazor.Core.sln`
* Now open `Blazor.Core.sln` in VS2017.3 or later
* Expand `samples`, then `ClientServerApp`, then right click on `ClientServerApp.Server` and choose "*Set as StartUp Project*".
* Launch the application using Ctrl+F5
Expand Down

0 comments on commit c52d19e

Please sign in to comment.