git needs to be set up

pull/789/head
Min RK 2019-09-08 12:34:11 +02:00
rodzic f47acaa1bd
commit 00b7706e1f
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,11 @@ steps:
inputs:
versionSpec: '3.6'
- script: |
git config --global user.email "ci@fake.tld"
git config --global user.name "CI Services"
displayName: 'Set up git'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'