Skip to content

Commit bc8ff55

Browse files
committed
WIP: Run TestFull for this push and always update help
1 parent fef098d commit bc8ff55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Build and test
4343
shell: pwsh
44-
run: Invoke-Build
44+
run: Invoke-Build TestFull
4545

4646
- name: Test all SDKs and CLM
4747
shell: pwsh

PowerShellEditorServices.build.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
159159

160160
Task SetupHelpForTests {
161161
# 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+
#}
166166
}
167167

168168
Task Build FindDotNet, CreateBuildInfo, {

0 commit comments

Comments
 (0)