File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
42
42
- name : Build and test
43
43
shell : pwsh
44
- run : Invoke-Build
44
+ run : Invoke-Build TestFull
45
45
46
46
- name : Test all SDKs and CLM
47
47
shell : pwsh
Original file line number Diff line number Diff line change @@ -159,10 +159,10 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
159
159
160
160
Task SetupHelpForTests {
161
161
# Checks if the description is filled out (otherwise it just shows the syntax).
162
- if (((Get-Help Microsoft.PowerShell.Management\Get-Process ).Description.Text | Select-Object - First 1 ) -notmatch " cmdlet" ) {
163
- Write-Host " Updating help for tests."
164
- Update-Help - Module Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility - Force - Scope CurrentUser
165
- }
162
+ # if (((Get-Help Microsoft.PowerShell.Management\Get-Process).Description.Text | Select-Object -First 1) -notmatch "cmdlet") {
163
+ Write-Host " Updating help for tests."
164
+ Update-Help - Module Microsoft.PowerShell.Management, Microsoft.PowerShell.Utility - Force - Scope CurrentUser
165
+ # }
166
166
}
167
167
168
168
Task Build FindDotNet, CreateBuildInfo, {
You can’t perform that action at this time.
0 commit comments