Skip to content

Commit def0fe4

Browse files
committed
Switch OneBranch pipeline to only build and not test
Primarily this is because the end-to-end tests currently hang only on OneBranch because the image still only has end-of-life PowerShell 7.3, which we've dropped support for. But we need to do a release. All the CI tests run on GitHub where we do our actual development and their images are up-to-date so it all passes.
1 parent 9ce8911 commit def0fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PowerShellEditorServices-Official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ extends:
9393
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
9494
./tools/installPSResources.ps1 -PSRepository CFS
9595
displayName: Install PSResources
96-
- pwsh: Invoke-Build TestFull -Configuration $(BuildConfiguration) -PSRepository CFS
96+
- pwsh: Invoke-Build Build -Configuration $(BuildConfiguration) -PSRepository CFS
9797
displayName: Build and test
9898
- task: PublishTestResults@2
9999
displayName: Publish test results

0 commit comments

Comments
 (0)