Skip to content

Commit 531a81e

Browse files
Add .NET Core 3.1 to the CI build
1 parent 767220f commit 531a81e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/steps-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ parameters:
77
default: Release
88

99
steps:
10+
- task: UseDotNet@2
11+
displayName: Install .NET 3.1
12+
inputs:
13+
packageType: sdk
14+
version: 3.1.x
15+
1016
- task: UseDotNet@2
1117
displayName: Install .NET SDK
1218
inputs:

0 commit comments

Comments
 (0)