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 37c67a0 commit 50289e7Copy full SHA for 50289e7
build.config
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
CAKE_VERSION=0.35
3
-DOTNET_VERSION=2.1.802,3.0.100
+DOTNET_VERSION=2.1.802,3.1.100
build/stages/common-steps.yml
@@ -10,10 +10,10 @@ steps:
10
packageType: sdk
11
version: 2.1.802
12
- task: UseDotNet@2
13
- displayName: 'Use .NET Core sdk 3.0'
+ displayName: 'Use .NET Core sdk 3.1'
14
inputs:
15
16
- version: 3.0.100
+ version: 3.1.100
17
- task: Bash@3
18
displayName: 'Env Vars'
19
0 commit comments