Skip to content

Commit 17edaee

Browse files
authored
Update nightly pipeline with missing sdks (#1512)
1 parent 40258d3 commit 17edaee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eng/azure-pipelines-nightly.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ steps:
1212
version: 5.0.401
1313
displayName: Install .NET Core SDK 5.0.401
1414

15+
- task: UseDotNet@2
16+
inputs:
17+
version: 6.0.408
18+
displayName: Install .NET Core SDK 6.0.408
19+
20+
- task: UseDotNet@2
21+
inputs:
22+
version: 7.0.203
23+
displayName: Install .NET Core SDK 7.0.203
24+
1525
- task: NuGetAuthenticate@0
1626
displayName: Authenticate with NuGet feeds
1727

0 commit comments

Comments
 (0)