Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions build/yaml/botbuilder-dotnet-ci-facebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
24 changes: 15 additions & 9 deletions build/yaml/botbuilder-dotnet-ci-slack-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 14 additions & 8 deletions build/yaml/botbuilder-dotnet-ci-twilio-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 14 additions & 8 deletions build/yaml/botbuilder-dotnet-ci-webex-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
26 changes: 16 additions & 10 deletions build/yaml/botbuilder-dotnet-functional-test-linux.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down
24 changes: 15 additions & 9 deletions build/yaml/botbuilder-dotnet-functional-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
24 changes: 15 additions & 9 deletions build/yaml/botbuilder-dotnet-functional-tests-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down