This commit is contained in:
Manuel de la Pena 2022-01-20 09:37:20 -05:00 коммит произвёл GitHub
Родитель a2f7407b76
Коммит 543627e8e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -65,6 +65,16 @@ steps:
continueOnError: false continueOnError: false
timeoutInMinutes: 5 timeoutInMinutes: 5
- bash: |
set -x
set -e
make global6.json
make -C builds dotnet
workingDirectory: $(System.DefaultWorkingDirectory)/xamarin-macios
displayName: Boostrap dotnet
timeoutInMinutes: 30
# Run tests. If we are using xamarin-storage add a periodic command to be executed by xharness, else, since we are using vsdrops do nothing. # Run tests. If we are using xamarin-storage add a periodic command to be executed by xharness, else, since we are using vsdrops do nothing.
- bash: | - bash: |
set -x set -x