Added: special requirements for _config.py to run the full suite

This commit is contained in:
Hanzhang Zeng (Roger) 2019-03-26 14:57:56 -07:00
Родитель 8fc148149e
Коммит 83b7eab507
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -14,9 +14,9 @@ from azure_functions_devops_build.constants import LINUX_CONSUMPTION, LINUX_DEDI
CREATE_DEVOPS_OBJECTS = True
# Specify the name of the devops objects you want to create/have already created (in the case of create devops objects being false)
ORGANIZATION_NAME = '{Azure Devops Organization Name}'
PROJECT_NAME = '{Azure Devops Project Name}'
REPOSITORY_NAME = '{Azure Devops Repository Name}'
ORGANIZATION_NAME = '{Azure Devops Organization Name}' # To run the full test suite, the organization must exist
PROJECT_NAME = '{Azure Devops Project Name}' # To run the full test suite, the project must exist
REPOSITORY_NAME = '{Azure Devops Repository Name}' # To run the full test suite, the repository must exist
# Specify the details of your azure functions resource
FUNCTIONAPP_NAME = '{Functionapp Name}'