We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6e5c3 commit 3d2cae7Copy full SHA for 3d2cae7
azure-pipelines.yml
@@ -33,6 +33,12 @@ jobs:
33
.\nbgv cloud -p src -a
34
displayName: Set build number
35
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
42
- script: dotnet --info
43
displayName: Show dotnet SDK info
44
src/global.json
@@ -0,0 +1,5 @@
1
+{
2
+ "sdk": {
3
+ "version": "2.1.400"
4
+ }
5
+}
0 commit comments