Skip to content

Commit

Permalink
Install dotnet for NuGet pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kiromaru committed Jan 11, 2023
1 parent 8cdc334 commit 206648d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ steps:
inputs:
versionSpec: ${{ parameters.nuget_version }}

- task: UseDotNet@2
displayName: 'Get .NET Core 6.0 SDK'
inputs:
packageType: 'sdk'
version: '6.0.x'

- task: DownloadBuildArtifacts@0
inputs:
downloadType: 'single'
Expand Down

0 comments on commit 206648d

Please sign in to comment.