Skip to content

Commit 86afde9

Browse files
committed
Reorder?
1 parent 7f4f504 commit 86afde9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
pool:
2525
vmImage: 'ubuntu-latest'
2626
steps:
27+
- task: UseDotNet@2
28+
displayName: Temp workaround for ubuntu-latest installing SDK 8.x
29+
inputs:
30+
useGlobalJson: true
2731
- script: |
2832
docker network create kafka-net
2933
docker run -d --name zookeeper --network kafka-net --publish 2181:2181 zookeeper:3.4
@@ -33,10 +37,6 @@ jobs:
3337
ches/kafka
3438
sleep 15
3539
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
4040
- script: dotnet build build.proj -v d
4141
displayName: Run Integration tests
4242
env:

0 commit comments

Comments
 (0)