We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
global.json
1 parent 75cff4c commit b5411e1Copy full SHA for b5411e1
.github/workflows/ci-test.yml
@@ -30,10 +30,8 @@ jobs:
30
with:
31
cache: true
32
cache-dependency-path: '**/*.csproj'
33
- dotnet-version: |
34
- 6.0.x
35
- 7.0.x
36
- 8.0.x
+ dotnet-version: 6.0.x
+ global-json-file: "./global.json"
37
38
- name: Install PSResources
39
shell: pwsh
.pipelines/PowerShellEditorServices-Official.yml
@@ -80,7 +80,7 @@ extends:
80
displayName: Use .NET 8.x SDK
81
inputs:
82
packageType: sdk
83
- version: 8.x
+ useGlobalJson: true
84
- task: UseDotNet@2
85
displayName: Use .NET 6.x runtime (for tests)
86
0 commit comments