Skip to content

Commit 3affd93

Browse files
committed
Install .NET SDK from CI script
1 parent 80b748f commit 3affd93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
timeoutInMinutes: 60
1717
steps:
1818

19+
# Install the .NET 7 SDK
20+
- task: UseDotNet@2
21+
displayName: Install the .NET 7 SDK
22+
inputs:
23+
version: 7.0.x
24+
includePreviewVersions: true
25+
1926
# Install NuGet
2027
- task: NuGetToolInstaller@0
2128
displayName: Install NuGet 6.0

0 commit comments

Comments
 (0)