Skip to content

Commit 7f4f504

Browse files
committed
Adjust ubuntu
1 parent 23a84d1 commit 7f4f504

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
ches/kafka
3434
sleep 15
3535
displayName: Docker kafka for integration tests
36+
- task: UseDotNet@2
37+
displayName: Temp workaround for ubuntu-latest installing SDK 8.x
38+
inputs:
39+
useGlobalJson: true
3640
- script: dotnet build build.proj -v d
3741
displayName: Run Integration tests
3842
env:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.101",
3+
"version": "9.0.304",
44
"rollForward": "latestMajor"
55
}
66
}

0 commit comments

Comments
 (0)