pubxml files are git-ignored (#3098)

pull/3101/head
Tom Dykstra 2017-03-29 16:34:13 -07:00 committed by GitHub
parent 3516dcbe56
commit 02ea1ead89
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ If your custom `WebHostService` code needs to get a service from dependency inje
The [sample application](https://github.com/aspnet/Docs/tree/master/aspnetcore/hosting/windows-service/sample) that accompanies this article is a simple MVC web app that has been modified as shown in preceding code examples. To run it in a service, do the following steps:
* Publish to *c:\svc* (as in the included Visual Studio publish profile)
* Publish to *c:\svc*.
* Open an administrator window.