diff --git a/src/Microsoft.PowerShell.Activities/project.json b/src/Microsoft.PowerShell.Activities/project.json index d1dfec07f..399a58f79 100644 --- a/src/Microsoft.PowerShell.Activities/project.json +++ b/src/Microsoft.PowerShell.Activities/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/project.json b/src/Microsoft.PowerShell.Commands.Diagnostics/project.json index 651861c6f..3e5e25bcf 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/project.json +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/project.json @@ -2,6 +2,7 @@ "name": "Microsoft.PowerShell.Commands.Diagnostics", "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Commands.Management/project.json b/src/Microsoft.PowerShell.Commands.Management/project.json index 8bab6d7b6..b56413125 100644 --- a/src/Microsoft.PowerShell.Commands.Management/project.json +++ b/src/Microsoft.PowerShell.Commands.Management/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Commands.Utility/project.json b/src/Microsoft.PowerShell.Commands.Utility/project.json index 6f3c2c4bc..805b07790 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/project.json +++ b/src/Microsoft.PowerShell.Commands.Utility/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.ConsoleHost/project.json b/src/Microsoft.PowerShell.ConsoleHost/project.json index f971813c8..aa288028b 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/project.json +++ b/src/Microsoft.PowerShell.ConsoleHost/project.json @@ -4,6 +4,7 @@ "description": "PowerShell Host", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Core.Activities/project.json b/src/Microsoft.PowerShell.Core.Activities/project.json index 43fb4b2ff..ffa0476ef 100644 --- a/src/Microsoft.PowerShell.Core.Activities/project.json +++ b/src/Microsoft.PowerShell.Core.Activities/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/project.json b/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/project.json index 48dd75579..bcf196c5d 100644 --- a/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/project.json +++ b/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.CoreCLR.Eventing/project.json b/src/Microsoft.PowerShell.CoreCLR.Eventing/project.json index 7b372baaa..ea1c849a8 100644 --- a/src/Microsoft.PowerShell.CoreCLR.Eventing/project.json +++ b/src/Microsoft.PowerShell.CoreCLR.Eventing/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Diagnostics.Activities/project.json b/src/Microsoft.PowerShell.Diagnostics.Activities/project.json index 9b0ac0b61..a87c82746 100644 --- a/src/Microsoft.PowerShell.Diagnostics.Activities/project.json +++ b/src/Microsoft.PowerShell.Diagnostics.Activities/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.GraphicalHost/project.json b/src/Microsoft.PowerShell.GraphicalHost/project.json index f71827cde..33712c361 100644 --- a/src/Microsoft.PowerShell.GraphicalHost/project.json +++ b/src/Microsoft.PowerShell.GraphicalHost/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.LocalAccounts/project.json b/src/Microsoft.PowerShell.LocalAccounts/project.json index 7c0ddd5be..198370594 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/project.json +++ b/src/Microsoft.PowerShell.LocalAccounts/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Management.Activities/project.json b/src/Microsoft.PowerShell.Management.Activities/project.json index 6872c98de..3b5927856 100644 --- a/src/Microsoft.PowerShell.Management.Activities/project.json +++ b/src/Microsoft.PowerShell.Management.Activities/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.PSReadLine/project.json b/src/Microsoft.PowerShell.PSReadLine/project.json index f8f9ba1f1..5addba2b9 100644 --- a/src/Microsoft.PowerShell.PSReadLine/project.json +++ b/src/Microsoft.PowerShell.PSReadLine/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.ScheduledJob/project.json b/src/Microsoft.PowerShell.ScheduledJob/project.json index e75108985..9c30e2380 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/project.json +++ b/src/Microsoft.PowerShell.ScheduledJob/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Security.Activities/project.json b/src/Microsoft.PowerShell.Security.Activities/project.json index f333fc685..dce15b2ce 100644 --- a/src/Microsoft.PowerShell.Security.Activities/project.json +++ b/src/Microsoft.PowerShell.Security.Activities/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Security/project.json b/src/Microsoft.PowerShell.Security/project.json index cf9a4c7f3..3ae4a61a7 100644 --- a/src/Microsoft.PowerShell.Security/project.json +++ b/src/Microsoft.PowerShell.Security/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Utility.Activities/project.json b/src/Microsoft.PowerShell.Utility.Activities/project.json index 97d7106a9..a1dd88f2c 100644 --- a/src/Microsoft.PowerShell.Utility.Activities/project.json +++ b/src/Microsoft.PowerShell.Utility.Activities/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/Microsoft.PowerShell.Workflow.ServiceCore/project.json b/src/Microsoft.PowerShell.Workflow.ServiceCore/project.json index f925bed35..eb9bc8a33 100644 --- a/src/Microsoft.PowerShell.Workflow.ServiceCore/project.json +++ b/src/Microsoft.PowerShell.Workflow.ServiceCore/project.json @@ -4,6 +4,7 @@ "authors": [ "OPS" ], "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/System.Management.Automation/project.json b/src/System.Management.Automation/project.json index 125bf06b3..ee3bf26b3 100644 --- a/src/System.Management.Automation/project.json +++ b/src/System.Management.Automation/project.json @@ -3,6 +3,7 @@ "version": "1.0.0-*", "buildOptions": { + "xmlDoc": true, "keyFile": "../signing/visualstudiopublic.snk", "delaySign": true, "publicSign": false, diff --git a/src/powershell/project.json b/src/powershell/project.json index 603f316c7..53c8e3263 100644 --- a/src/powershell/project.json +++ b/src/powershell/project.json @@ -4,6 +4,7 @@ "description": ".NET CLI PowerShell app", "buildOptions": { + "xmlDoc": true, "warningsAsErrors": true, "allowUnsafe": true, "emitEntryPoint": true,