Skip to content

Commit

Permalink
Switch OneBranch pipeline to only build and not test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andyleejordan committed Nov 18, 2024
1 parent 9ce8911 commit def0fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/PowerShellEditorServices-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extends:
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
./tools/installPSResources.ps1 -PSRepository CFS
displayName: Install PSResources
- pwsh: Invoke-Build TestFull -Configuration $(BuildConfiguration) -PSRepository CFS
- pwsh: Invoke-Build Build -Configuration $(BuildConfiguration) -PSRepository CFS
displayName: Build and test
- task: PublishTestResults@2
displayName: Publish test results
Expand Down

0 comments on commit def0fe4

Please sign in to comment.