We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3651443 commit 90e6a83Copy full SHA for 90e6a83
.pipelines/PowerShellEditorServices-Official.yml
@@ -83,11 +83,6 @@ extends:
83
inputs:
84
packageType: sdk
85
useGlobalJson: true
86
- - task: UseDotNet@2
87
- displayName: Use .NET 6.x runtime (for tests)
88
- inputs:
89
- packageType: runtime
90
- version: 6.x
91
- pwsh: ./tools/installPSResources.ps1 -PSRepository CFS
92
displayName: Install PSResources
93
- pwsh: Invoke-Build TestFull -Configuration $(BuildConfiguration) -PSRepository CFS
0 commit comments