Skip to content

Commit 206648d

Browse files
committed
Install dotnet for NuGet pipeline
1 parent 8cdc334 commit 206648d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pipelines/nuget.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ steps:
44
inputs:
55
versionSpec: ${{ parameters.nuget_version }}
66

7+
- task: UseDotNet@2
8+
displayName: 'Get .NET Core 6.0 SDK'
9+
inputs:
10+
packageType: 'sdk'
11+
version: '6.0.x'
12+
713
- task: DownloadBuildArtifacts@0
814
inputs:
915
downloadType: 'single'

0 commit comments

Comments
 (0)