Disabled "all compiler options" build for PRs (#331)

This commit is contained in:
Jonathan Tims 2021-03-18 12:33:15 +00:00 коммит произвёл GitHub
Родитель 9b9c7a0571
Коммит 50afbcd442
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -12,6 +12,7 @@ pool:
- vstest
trigger: none # disable CI build
pr: none # disable PR build
variables:
Configuration: Release
@ -20,7 +21,7 @@ schedules:
- cron: "30 23 * * 3"
branches:
include:
- master
- main
jobs:
- job: Test