We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a84d1 commit 7f4f504Copy full SHA for 7f4f504
azure-pipelines.yml
@@ -33,6 +33,10 @@ jobs:
33
ches/kafka
34
sleep 15
35
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
40
- script: dotnet build build.proj -v d
41
displayName: Run Integration tests
42
env:
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.101",
+ "version": "9.0.304",
4
"rollForward": "latestMajor"
5
}
6
0 commit comments