This commit is contained in:
BruceHaley 2020-02-10 11:02:11 -08:00 коммит произвёл GitHub
Родитель 8b86984126
Коммит 15a11ea4a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 2 удалений

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

@ -18,9 +18,13 @@ variables:
BuildPlatform: 'any cpu'
BuildConfiguration: 'Release'
Parameters.solution: Microsoft.Bot.Builder.sln
# AppId: define this in Azure
# AppSecret: define this in Azure
# AzureSubscription: define this in Azure
# AzureDeploymentUser: define this in Azure
# AzureDeploymentPassword: define this in Azure
# BotGroup: define this in Azure
# BotName: define this in Azure
steps:
- template: ci-build-steps.yml

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

@ -18,7 +18,14 @@ variables:
BuildPlatform: 'any cpu'
BuildConfiguration: 'Release'
Parameters.solution: Microsoft.Bot.Builder.sln
AzureSubscription: define this in Azure
# AppId: define this in Azure
# AppSecret: define this in Azure
# AzureSubscription: define this in Azure
# BotGroup: define this in Azure
# BotName: define this in Azure
# LUISAPPIDSECRET: define this in Azure
# LUISSUBSCRIPTIONKEYSECRET: define this in Azure
steps:
- template: ci-build-steps.yml
@ -65,7 +72,7 @@ steps:
!**/Microsoft.Bot.Builder.Classic.Tests.csproj
!**/Microsoft.Bot.ApplicationInsights.WebApi.Tests.csproj
!**/Microsoft.Bot.Builder.Integration.AspNet.WebApi.Tests.csproj
arguments: '-v n --configuration $(BuildConfiguration) --no-build --no-restore --filter "TestCategory!=IgnoreInAutomatedBuild&TestCategory!=Adapters"'
arguments: '-v n --configuration $(BuildConfiguration) --no-build --no-restore --filter "TestCategory=FunctionalTests&TestCategory!=Adapters"'
workingDirectory: tests
- task: AzureCLI@1