From 2bd97b6071bedec68a15b1828e3dfdf35ffd1571 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 19 May 2016 14:20:17 -0700 Subject: [PATCH] Fix build warnings --- src/Microsoft.AspNetCore.Server.Testing/project.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.Testing/project.json b/src/Microsoft.AspNetCore.Server.Testing/project.json index 84dba20d54..abf097e27f 100644 --- a/src/Microsoft.AspNetCore.Server.Testing/project.json +++ b/src/Microsoft.AspNetCore.Server.Testing/project.json @@ -6,7 +6,12 @@ "nowarn": [ "CS1591" ], - "xmlDoc": true + "xmlDoc": true, + "embed": [ + "Deployers/RemoteWindowsDeployer/RemotePSSessionHelper.ps1", + "Deployers/RemoteWindowsDeployer/StartServer.ps1", + "Deployers/RemoteWindowsDeployer/StopServer.ps1" + ], }, "description": "ASP.NET 5 helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel for testing.", "packOptions": { @@ -15,11 +20,6 @@ "url": "git://github.com/aspnet/hosting" } }, - "resource": [ - "Deployers/RemoteWindowsDeployer/RemotePSSessionHelper.ps1", - "Deployers/RemoteWindowsDeployer/StartServer.ps1", - "Deployers/RemoteWindowsDeployer/StopServer.ps1" - ], "dependencies": { "Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",