Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Apr 1, 2019
1 parent 0ff01f9 commit 800bb49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -34,6 +34,9 @@ steps:
- script: sudo docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=1qazZAQ!' -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest
displayName: 'DeploySqlserver'

- script: sudo docker run -d --net bridge -p 2181:2181 -p 9092:9092 --env ADVERTISED_PORT=9092 spotify/kafka
displayName: 'KafkaInstaller'

- task: DotNetCoreInstaller@0
inputs:
version: '2.2.100'
Expand Down

0 comments on commit 800bb49

Please sign in to comment.