diff --git a/samples/CookieSample/project.json b/samples/CookieSample/project.json index 531ea474cd..6da446848e 100644 --- a/samples/CookieSample/project.json +++ b/samples/CookieSample/project.json @@ -26,5 +26,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/CookieSample/web.config b/samples/CookieSample/web.config index 8d61177619..f7ac679334 100644 --- a/samples/CookieSample/web.config +++ b/samples/CookieSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/CookieSessionSample/project.json b/samples/CookieSessionSample/project.json index c1aee49c15..3c83173804 100644 --- a/samples/CookieSessionSample/project.json +++ b/samples/CookieSessionSample/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/CookieSessionSample/web.config b/samples/CookieSessionSample/web.config index fb7e915bfd..f7ac679334 100644 --- a/samples/CookieSessionSample/web.config +++ b/samples/CookieSessionSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/JwtBearerSample/project.json b/samples/JwtBearerSample/project.json index 29ecf01579..c0b448b72c 100644 --- a/samples/JwtBearerSample/project.json +++ b/samples/JwtBearerSample/project.json @@ -30,5 +30,14 @@ "wwwroot", "web.config" ], - "userSecretsId": "aspnet5-JwtBearerSample-20151210102827" + "userSecretsId": "aspnet5-JwtBearerSample-20151210102827", + "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/JwtBearerSample/web.config b/samples/JwtBearerSample/web.config index 801dbfd85b..f7ac679334 100644 --- a/samples/JwtBearerSample/web.config +++ b/samples/JwtBearerSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/OpenIdConnect.AzureAdSample/project.json b/samples/OpenIdConnect.AzureAdSample/project.json index b6879e5775..da801b5c2d 100644 --- a/samples/OpenIdConnect.AzureAdSample/project.json +++ b/samples/OpenIdConnect.AzureAdSample/project.json @@ -19,5 +19,14 @@ "project.json", "web.config" ], - "userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318" + "userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318", + "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/OpenIdConnect.AzureAdSample/web.config b/samples/OpenIdConnect.AzureAdSample/web.config index cdcb5a6149..f7ac679334 100644 --- a/samples/OpenIdConnect.AzureAdSample/web.config +++ b/samples/OpenIdConnect.AzureAdSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/OpenIdConnectSample/project.json b/samples/OpenIdConnectSample/project.json index 553e170fc5..b907b68f98 100644 --- a/samples/OpenIdConnectSample/project.json +++ b/samples/OpenIdConnectSample/project.json @@ -29,5 +29,14 @@ "project.json", "web.config" ], - "userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318" + "userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318", + "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/OpenIdConnectSample/web.config b/samples/OpenIdConnectSample/web.config index b1b731ccef..f7ac679334 100644 --- a/samples/OpenIdConnectSample/web.config +++ b/samples/OpenIdConnectSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/samples/SocialSample/project.json b/samples/SocialSample/project.json index fe1d2bfdc5..c37c5f2b16 100644 --- a/samples/SocialSample/project.json +++ b/samples/SocialSample/project.json @@ -36,5 +36,14 @@ "config.json", "project.json", "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/SocialSample/web.config b/samples/SocialSample/web.config index 5611f93f11..f7ac679334 100644 --- a/samples/SocialSample/web.config +++ b/samples/SocialSample/web.config @@ -4,6 +4,6 @@ - + \ No newline at end of file