Skip to content

Commit bae61ef

Browse files
authored
Bump .NET SDK for building (IronLanguages#1986)
1 parent 8c1ed44 commit bae61ef

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.vsts-ci.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,25 @@ jobs:
133133

134134
# Setup .NET
135135
- task: UseDotNet@2
136-
displayName: Install .NET 6.0 runtime for testing
136+
displayName: Install .NET 10.0 SDK for build
137+
inputs:
138+
packageType: 'sdk'
139+
version: '10.0.x'
140+
- task: UseDotNet@2
141+
displayName: Install .NET 9.0 runtime for testing
137142
inputs:
138143
packageType: 'runtime'
139-
version: '6.0.x'
144+
version: '9.0.x'
140145
- task: UseDotNet@2
141146
displayName: Install .NET 8.0 runtime for testing
142147
inputs:
143148
packageType: 'runtime'
144149
version: '8.0.x'
145150
- task: UseDotNet@2
146-
displayName: Install .NET 9.0 SDK for build
151+
displayName: Install .NET 6.0 runtime for testing
147152
inputs:
148-
packageType: 'sdk'
149-
version: '9.0.x'
153+
packageType: 'runtime'
154+
version: '6.0.x'
150155

151156
# Build & Test
152157
- powershell: ./make.ps1

0 commit comments

Comments
 (0)