Minor improvements to "hosted" project template (e.g., "dotnet restore" post-action)

This commit is contained in:
Steve Sanderson 2018-02-27 21:57:03 +00:00
parent d0a05ff5db
commit b96b78410c
2 changed files with 15 additions and 2 deletions

View File

@ -40,5 +40,18 @@
"tags": { "tags": {
"language": "C#", "language": "C#",
"type": "project" "type": "project"
} },
"postActions": [
{
"condition": "(!skipRestore)",
"description": "Restore NuGet packages required by this project.",
"manualInstructions": [
{
"text": "Run 'dotnet restore'"
}
],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"continueOnError": true
}
]
} }

View File

@ -8,7 +8,7 @@
<span class='icon-bar'></span> <span class='icon-bar'></span>
<span class='icon-bar'></span> <span class='icon-bar'></span>
</button> </button>
<a class='navbar-brand' href='/'>BlazorStandalone.CSharp</a> <a class='navbar-brand' href='/'>BlazorHosted</a>
</div> </div>
<div class='clearfix'></div> <div class='clearfix'></div>
<div class='navbar-collapse collapse'> <div class='navbar-collapse collapse'>