Skip to content

Commit f7d246c

Browse files
committed
Test pipeline update
Signed-off-by: Aliaksandr Kukrash <multiarc@gmail.com>
1 parent 516f66b commit f7d246c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ stages:
4444
- checkout: self
4545
lfs: true
4646
- task: UseDotNet@2
47-
displayName: "Install .NET Core 3.1 SDK"
47+
displayName: "Install .NET Core 6.0 SDK"
4848
inputs:
4949
packageType: "sdk"
50-
version: 3.1.x
50+
version: 6.0.x
5151
- task: UseDotNet@2
52-
displayName: "Install .NET Core 6.0 SDK"
52+
displayName: "Install .NET Core 8.0 SDK"
5353
inputs:
5454
packageType: "sdk"
55-
version: 6.0.x
55+
version: 8.0.x
5656
- task: UseDotNet@2
5757
displayName: "Install .NET Core SDK"
5858
inputs:

dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "3.1.0",
6+
"version": "4.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

0 commit comments

Comments
 (0)