Skip to content

Commit 3d2cae7

Browse files
committed
Use .NET Core SDK 2.1.400
1 parent ea6e5c3 commit 3d2cae7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
.\nbgv cloud -p src -a
3434
displayName: Set build number
3535
condition: ne(variables['system.pullrequest.isfork'], true)
36+
37+
- task: DotNetCoreInstaller@0
38+
displayName: Install .NET Core SDK 2.1.400
39+
inputs:
40+
packageType: sdk
41+
version: 2.1.400
3642
- script: dotnet --info
3743
displayName: Show dotnet SDK info
3844

src/global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "2.1.400"
4+
}
5+
}

0 commit comments

Comments
 (0)