diff --git a/samples/DatabaseErrorPageSample/project.json b/samples/DatabaseErrorPageSample/project.json index f2f894c5c7..b5016dea22 100644 --- a/samples/DatabaseErrorPageSample/project.json +++ b/samples/DatabaseErrorPageSample/project.json @@ -28,5 +28,14 @@ }, "content": [ "web.config" - ] + ], + "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/DatabaseErrorPageSample/web.config b/samples/DatabaseErrorPageSample/web.config index d26ed7c2a6..f7ac679334 100644 --- a/samples/DatabaseErrorPageSample/web.config +++ b/samples/DatabaseErrorPageSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/DeveloperExceptionPageSample/project.json b/samples/DeveloperExceptionPageSample/project.json index 5b5e1e3221..bbfefbcb50 100644 --- a/samples/DeveloperExceptionPageSample/project.json +++ b/samples/DeveloperExceptionPageSample/project.json @@ -24,5 +24,14 @@ }, "content": [ "web.config" - ] + ], + "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/DeveloperExceptionPageSample/web.config b/samples/DeveloperExceptionPageSample/web.config index 6fa7c58643..f7ac679334 100644 --- a/samples/DeveloperExceptionPageSample/web.config +++ b/samples/DeveloperExceptionPageSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/ElmPageSample/project.json b/samples/ElmPageSample/project.json index cf30c11155..18a971a829 100644 --- a/samples/ElmPageSample/project.json +++ b/samples/ElmPageSample/project.json @@ -24,5 +24,14 @@ }, "content": [ "web.config" - ] + ], + "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/ElmPageSample/web.config b/samples/ElmPageSample/web.config index d1a460bd6e..f7ac679334 100644 --- a/samples/ElmPageSample/web.config +++ b/samples/ElmPageSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/ExceptionHandlerSample/project.json b/samples/ExceptionHandlerSample/project.json index c7a2fea9fa..2a3287854c 100644 --- a/samples/ExceptionHandlerSample/project.json +++ b/samples/ExceptionHandlerSample/project.json @@ -26,5 +26,14 @@ "content": [ "wwwroot", "web.config" - ] + ], + "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/ExceptionHandlerSample/web.config b/samples/ExceptionHandlerSample/web.config index 3893afb496..f7ac679334 100644 --- a/samples/ExceptionHandlerSample/web.config +++ b/samples/ExceptionHandlerSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/MiddlewareAnalysisSample/project.json b/samples/MiddlewareAnalysisSample/project.json index 59abaad562..14171acf4f 100644 --- a/samples/MiddlewareAnalysisSample/project.json +++ b/samples/MiddlewareAnalysisSample/project.json @@ -27,5 +27,14 @@ }, "content": [ "web.config" - ] + ], + "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/MiddlewareAnalysisSample/web.config b/samples/MiddlewareAnalysisSample/web.config index 48d3207d47..f7ac679334 100644 --- a/samples/MiddlewareAnalysisSample/web.config +++ b/samples/MiddlewareAnalysisSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/RuntimeInfoPageSample/project.json b/samples/RuntimeInfoPageSample/project.json index 5b5e1e3221..bbfefbcb50 100644 --- a/samples/RuntimeInfoPageSample/project.json +++ b/samples/RuntimeInfoPageSample/project.json @@ -24,5 +24,14 @@ }, "content": [ "web.config" - ] + ], + "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/RuntimeInfoPageSample/web.config b/samples/RuntimeInfoPageSample/web.config index 78af279661..f7ac679334 100644 --- a/samples/RuntimeInfoPageSample/web.config +++ b/samples/RuntimeInfoPageSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/StatusCodePagesSample/project.json b/samples/StatusCodePagesSample/project.json index f0622b8f43..60f66c529e 100644 --- a/samples/StatusCodePagesSample/project.json +++ b/samples/StatusCodePagesSample/project.json @@ -24,5 +24,14 @@ }, "content": [ "web.config" - ] + ], + "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/StatusCodePagesSample/web.config b/samples/StatusCodePagesSample/web.config index 069947bdba..f7ac679334 100644 --- a/samples/StatusCodePagesSample/web.config +++ b/samples/StatusCodePagesSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index 5b5e1e3221..bbfefbcb50 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -24,5 +24,14 @@ }, "content": [ "web.config" - ] + ], + "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/WelcomePageSample/web.config b/samples/WelcomePageSample/web.config index e626ce1f47..f7ac679334 100644 --- a/samples/WelcomePageSample/web.config +++ b/samples/WelcomePageSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file