diff --git a/build/yaml/botbuilder-dotnet-ci-facebook-test.yml b/build/yaml/botbuilder-dotnet-ci-facebook-test.yml index 99a839bbf7..4a2620c07a 100644 --- a/build/yaml/botbuilder-dotnet-ci-facebook-test.yml +++ b/build/yaml/botbuilder-dotnet-ci-facebook-test.yml @@ -12,19 +12,25 @@ trigger: # ci trigger batch: true branches: include: - - main + - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-ci-facebook-test.yml variables: AppId: $(FacebookTestBotAppId) diff --git a/build/yaml/botbuilder-dotnet-ci-slack-test.yml b/build/yaml/botbuilder-dotnet-ci-slack-test.yml index 33aef2e10c..b53b7ae2a7 100644 --- a/build/yaml/botbuilder-dotnet-ci-slack-test.yml +++ b/build/yaml/botbuilder-dotnet-ci-slack-test.yml @@ -12,19 +12,25 @@ trigger: # ci trigger batch: true branches: include: - - main + - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-ci-slack-test.yml variables: AppId: $(SlackTestBotAppId) diff --git a/build/yaml/botbuilder-dotnet-ci-twilio-test.yml b/build/yaml/botbuilder-dotnet-ci-twilio-test.yml index a88aca8a53..5c37476422 100644 --- a/build/yaml/botbuilder-dotnet-ci-twilio-test.yml +++ b/build/yaml/botbuilder-dotnet-ci-twilio-test.yml @@ -15,16 +15,22 @@ trigger: # ci trigger - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-ci-twilio-test.yml variables: ReleasePackageVersion: 4.8.0-preview-$(Build.BuildNumber) diff --git a/build/yaml/botbuilder-dotnet-ci-webex-test.yml b/build/yaml/botbuilder-dotnet-ci-webex-test.yml index 7fc12bc82e..c1c59fe5db 100644 --- a/build/yaml/botbuilder-dotnet-ci-webex-test.yml +++ b/build/yaml/botbuilder-dotnet-ci-webex-test.yml @@ -15,16 +15,22 @@ trigger: # ci trigger - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-ci-webex-test.yml variables: AppId: $(WebexTestBotAppId) diff --git a/build/yaml/botbuilder-dotnet-functional-test-linux.yml b/build/yaml/botbuilder-dotnet-functional-test-linux.yml index b887ac55f4..559bd5f25e 100644 --- a/build/yaml/botbuilder-dotnet-functional-test-linux.yml +++ b/build/yaml/botbuilder-dotnet-functional-test-linux.yml @@ -1,5 +1,5 @@ # -# Run functional tests on bot deployed to Azure Unix +# Run functional tests on bot deployed to Azure Unix # # "name" here defines the build number format. Build number is accessed via $(Build.BuildNumber) @@ -12,19 +12,25 @@ trigger: # ci trigger batch: true branches: include: - - main + - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-functional-test-linux.yml variables: MSBuildArguments: -p:SignAssembly=false -p:delaySign=false -p:RunAnalyzersDuringBuild=false diff --git a/build/yaml/botbuilder-dotnet-functional-test-windows.yml b/build/yaml/botbuilder-dotnet-functional-test-windows.yml index b3eca87aad..8ffe9e97c9 100644 --- a/build/yaml/botbuilder-dotnet-functional-test-windows.yml +++ b/build/yaml/botbuilder-dotnet-functional-test-windows.yml @@ -12,19 +12,25 @@ trigger: # ci trigger batch: true branches: include: - - main + - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-functional-test-windows.yml variables: AppId: $(WinTestBotAppId) diff --git a/build/yaml/botbuilder-dotnet-functional-tests-setup.yml b/build/yaml/botbuilder-dotnet-functional-tests-setup.yml index 1f160ee9f7..c7db170b8c 100644 --- a/build/yaml/botbuilder-dotnet-functional-tests-setup.yml +++ b/build/yaml/botbuilder-dotnet-functional-tests-setup.yml @@ -14,19 +14,25 @@ pool: trigger: # ci trigger branches: include: - - main + - main paths: include: - - '*' + - '*' exclude: - - doc/ - - specs/ - - Changes.md - - LICENSE - - README.md - - UsingMyGet.md + - doc/ + - specs/ + - Changes.md + - LICENSE + - README.md + - UsingMyGet.md -pr: none # no pr trigger +pr: # pr trigger + branches: + include: + - main + paths: + include: + - build/yaml/botbuilder-dotnet-functional-tests-setup.yml variables: BuildConfiguration: Debug-Windows