From 02ea1ead8915f162ab6d5903651acf5d193aa569 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Wed, 29 Mar 2017 16:34:13 -0700 Subject: [PATCH] pubxml files are git-ignored (#3098) --- aspnetcore/hosting/windows-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/hosting/windows-service.md b/aspnetcore/hosting/windows-service.md index 5f442fccc3..e3792317e1 100644 --- a/aspnetcore/hosting/windows-service.md +++ b/aspnetcore/hosting/windows-service.md @@ -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.