Browse Source

use correct sdk on windows.

pull/6757/head
Dan Walmsley 5 years ago
parent
commit
f9b1d99c51
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -96,9 +96,9 @@ jobs:
SolutionDir: '$(Build.SourcesDirectory)'
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.401'
displayName: 'Use .NET Core SDK 5.0.408'
inputs:
version: 3.1.401
version: 5.0.408
- task: CmdLine@2
displayName: 'Install Nuke'

Loading…
Cancel
Save