We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4f504 commit 86afde9Copy full SHA for 86afde9
azure-pipelines.yml
@@ -24,6 +24,10 @@ jobs:
24
pool:
25
vmImage: 'ubuntu-latest'
26
steps:
27
+ - task: UseDotNet@2
28
+ displayName: Temp workaround for ubuntu-latest installing SDK 8.x
29
+ inputs:
30
+ useGlobalJson: true
31
- script: |
32
docker network create kafka-net
33
docker run -d --name zookeeper --network kafka-net --publish 2181:2181 zookeeper:3.4
@@ -33,10 +37,6 @@ jobs:
37
ches/kafka
34
38
sleep 15
35
39
displayName: Docker kafka for integration tests
36
- - task: UseDotNet@2
- displayName: Temp workaround for ubuntu-latest installing SDK 8.x
- inputs:
- useGlobalJson: true
40
- script: dotnet build build.proj -v d
41
displayName: Run Integration tests
42
env:
0 commit comments