Skip to content

Commit c68f629

Browse files
committed
Work CI-CD
- Pipeline now installs .NET 6 SDK. ***NO_CI***
1 parent a09c0f2 commit c68f629

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ steps:
3232
- checkout: self
3333
fetchDepth: 1
3434

35+
- task: UseDotNet@2
36+
displayName: Install .NET SDK
37+
inputs:
38+
packageType: sdk
39+
version: 6.x
40+
3541
- template: azure-pipelines-templates/install-nuget.yml@templates
3642

3743
- task: InstallnFBuildComponents@1

0 commit comments

Comments
 (0)