From ac8de5072400daeb05d74af8dc7a2c6ab2cbc788 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Mon, 25 Apr 2016 08:52:22 -0700 Subject: [PATCH] Update web.config and add publish tool --- samples/SessionSample/project.json | 9 +++++++++ samples/SessionSample/web.config | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index cb4378380e..a75d821039 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -17,5 +17,14 @@ ], "frameworks": { "net451": {} + }, + "tools": { + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-*", + "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" + } + }, + "scripts": { + "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" } } \ No newline at end of file diff --git a/samples/SessionSample/web.config b/samples/SessionSample/web.config index f1dc29a792..f7ac679334 100644 --- a/samples/SessionSample/web.config +++ b/samples/SessionSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file