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 516f66b commit f7d246cCopy full SHA for f7d246c
azure-pipelines.yml
@@ -44,15 +44,15 @@ stages:
44
- checkout: self
45
lfs: true
46
- task: UseDotNet@2
47
- displayName: "Install .NET Core 3.1 SDK"
+ displayName: "Install .NET Core 6.0 SDK"
48
inputs:
49
packageType: "sdk"
50
- version: 3.1.x
+ version: 6.0.x
51
52
- displayName: "Install .NET Core 6.0 SDK"
+ displayName: "Install .NET Core 8.0 SDK"
53
54
55
- version: 6.0.x
+ version: 8.0.x
56
57
displayName: "Install .NET Core SDK"
58
dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"cake.tool": {
6
- "version": "3.1.0",
+ "version": "4.2.0",
7
"commands": [
8
"dotnet-cake"
9
]
0 commit comments