Skip to content

Commit

Permalink
infra: also install .NET Core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Mar 9, 2020
1 parent 868d558 commit a317e4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ steps:
inputs:
version: '3.1.x'
packageType: sdk
- task: UseDotNet@2
displayName: Install .NET Core 2.1 SDK
inputs:
version: '2.1.x'
packageType: sdk
- powershell: ./build.ps1 -ci
displayName: Invoke build.ps1
env:
Expand Down

0 comments on commit a317e4b

Please sign in to comment.